#AF9C87

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

Shades of Bronco #AF9C87

Tints of Bronco #AF9C87

Color information

#AF9C87 (or 0xAF9C87) is unknown color: approx Bronco. HEX triplet: AF, 9C and 87. RGB value is (175,156,135). Sum of RGB (Red+Green+Blue) = 175+156+135=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C87 is #506378. Grayscale: #9F9F9F. Windows color (decimal): -5268345 or 8887471. OLE color: 8887471.

HSL color Cylindrical-coordinate representation of color #AF9C87: hue angle of 31.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9C87 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175156135-
CMYK00.110.230.31
HSL31.5º20%60.78%-
HSV(B)31.5º22.86%68.63%-
XYZ33.9434.6427.82-
YUV159.29114.29139.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 156 (61.33% from 255) = 33.48%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=37.55%
G=33.48%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515613500.110.230.3131.52060.78
HexAF9C870B171F20143d
Octal2572342070132737402475
Binary10101111100111001000011101011101111111110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C87; }

 p { color: rgb(175,156,135); }

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

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

 a { background-color: rgb(175,156,135); }

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

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

 span { border-color: rgb(175,156,135); }

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