Shades of Bronco #AF9F81
Tints of Bronco #AF9F81
RGB
CMYK
RGB Variations
Color information
#AF9F81 (or 0xAF9F81) is known color: 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
RGB | 175 | 159 | 129 | - |
CMYK | 0 | 0.09 | 0.26 | 0.31 |
HSL | 39.13º | 0.22% | 0.6% | - |
HSV(B) | 39.13º | 0.26% | 0.69% | - |
XYZ | 34.04 | 35.5 | 25.83 | - |
YUV | 160.36 | 110.3 | 138.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 159 | 129 | 0 | 0.09 | 0.26 | 0.31 | 39.13 | 0.22 | 0.6 |
Hex | AF | 9F | 81 | 0 | 9 | 1A | 1F | 27 | 16 | 3C |
Octal | 257 | 237 | 201 | 0 | 11 | 32 | 37 | 47 | 26 | 74 |
Binary | 10101111 | 10011111 | 10000001 | 0 | 1001 | 11010 | 11111 | 100111 | 10110 | 111100 |
Color Harmonies of #AF9F81
Complementary color
Monochromatic Colors of #AF9F81
Black with #AF9F81
Text Example
Text Example
White with #AF9F81
Text Example
Text Example
HTML Codes & Css Web 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>