#AFA086

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

Shades of Bronco #AFA086

Tints of Bronco #AFA086

Color information

#AFA086 (or 0xAFA086) is unknown color: approx Bronco. HEX triplet: AF, A0 and 86. RGB value is (175,160,134). Sum of RGB (Red+Green+Blue) = 175+160+134=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA086 is #505F79. Grayscale: #A1A1A1. Windows color (decimal): -5267322 or 8822959. OLE color: 8822959.

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

Color convert

RGB175160134-
CMYK00.090.230.31
HSL38.05º20.4%60.59%-
HSV(B)38.05º23.43%68.63%-
XYZ34.5535.9827.68-
YUV161.52112.47137.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=37.31%
G=34.12%
B=28.57%

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
Decimal17516013400.090.230.3138.0520.460.59
HexAFA08609171F26143d
Octal2572402060112737462475
Binary10101111101000001000011001001101111111110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA086; }

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

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

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

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

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

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

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

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