#AFA087

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

Shades of Bronco #AFA087

Tints of Bronco #AFA087

Color information

#AFA087 (or 0xAFA087) is unknown color: approx Bronco. HEX triplet: AF, A0 and 87. RGB value is (175,160,135). Sum of RGB (Red+Green+Blue) = 175+160+135=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA087 is #505F78. Grayscale: #A1A1A1. Windows color (decimal): -5267321 or 8888495. OLE color: 8888495.

HSL color Cylindrical-coordinate representation of color #AFA087: hue angle of 37.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 #AFA087 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175160135-
CMYK00.090.230.31
HSL37.5º20%60.78%-
HSV(B)37.5º22.86%68.63%-
XYZ34.623628.05-
YUV161.64112.97137.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 135 (53.12% from 255) = 28.72%
R=37.23%
G=34.04%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516013500.090.230.3137.52060.78
HexAFA08709171F26143d
Octal2572402070112737462475
Binary10101111101000001000011101001101111111110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA087; }

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

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

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

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

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

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

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

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