#AF9F81

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

Shades of Bronco #AF9F81

Tints of Bronco #AF9F81

Color information

#AF9F81 (or 0xAF9F81) is unknown color: approx Bronco. HEX triplet: AF, 9F and 81. RGB value is (175,159,129). Sum of RGB (Red+Green+Blue) = 175+159+129=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F81 is #50607E. Grayscale: #A0A0A0. Windows color (decimal): -5267583 or 8495023. OLE color: 8495023.

HSL color Cylindrical-coordinate representation of color #AF9F81: hue angle of 39.13º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9F81 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175159129-
CMYK00.090.260.31
HSL39.13º22.33%59.61%-
HSV(B)39.13º26.29%68.63%-
XYZ34.0435.525.83-
YUV160.36110.3138.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=37.80%
G=34.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515912900.090.260.3139.1322.3359.61
HexAF9F81091A1F27163c
Octal2572372010113237472674
Binary10101111100111111000000101001110101111110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F81; }

 p { color: rgb(175,159,129); }

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

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

 a { background-color: rgb(175,159,129); }

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

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

 span { border-color: rgb(175,159,129); }

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