#AFA632

Color #AFA632 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #AFA632

Tints of Brass #AFA632

Color information

#AFA632 (or 0xAFA632) is unknown color: approx Brass. HEX triplet: AF, A6 and 32. RGB value is (175,166,50). Sum of RGB (Red+Green+Blue) = 175+166+50=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA632 is #5059CD. Grayscale: #9B9B9B. Windows color (decimal): -5265870 or 3319471. OLE color: 3319471.

HSL color Cylindrical-coordinate representation of color #AFA632: hue angle of 55.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFA632 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17516650-
CMYK00.050.710.31
HSL55.68º55.56%44.12%-
HSV(B)55.68º71.43%68.63%-
XYZ31.8936.628.4-
YUV155.4768.48141.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 50 (19.92% from 255) = 12.79%
R=44.76%
G=42.46%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751665000.050.710.3155.6855.5644.12
HexAFA63205471F38382c
Octal257246620510737707054
Binary10101111101001101100100101100011111111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA632; }

 p { color: rgb(175,166,50); }

 H1.HeaderClassName
 {
   color: #AFA632;
 }
 .AnyTagClassName
 {
   color: #AFA632;
 }
</style>
background-color css

<style>
 a { background-color: #AFA632; }

 a { background-color: rgb(175,166,50); }

 div.DivClassName
 {
   background-color: #AFA632;
 }
 .BgClassName
 {
   background-color: #AFA632;
 }
</style>
border-color css

<style>
 span { border-color: #AFA632; }

 span { border-color: rgb(175,166,50); }

 td.TdClassName
 {
   border-color: #AFA632;
 }
 .TagClassName
 {
   border-color: #AFA632;
 }
</style>