Shades of Tenne (Tawny) #AF5902
Tints of Tenne (Tawny) #AF5902
RGB
CMYK
RGB Variations
Color information
#AF5902 (or 0xAF5902) is known color: Tenne (Tawny). HEX triplet: AF, 59 and 02. RGB value is (175,89,2). Sum of RGB (Red+Green+Blue) = 175+89+2=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5902 is #50A6FD. Grayscale: #696969. Windows color (decimal): -5285630 or 154031. OLE color: 154031.
HSL color Cylindrical-coordinate representation of color #AF5902: hue angle of 30.17º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF5902 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 89 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.31 |
| HSL | 30.17º | 0.98% | 0.35% | - |
| HSV(B) | 30.17º | 0.99% | 0.69% | - |
| XYZ | 21.26 | 16.26 | 2.08 | - |
| YUV | 104.8 | 69.99 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 2 | 0 | 0.49 | 0.99 | 0.31 | 30.17 | 0.98 | 0.35 |
| Hex | AF | 59 | 2 | 0 | 31 | 63 | 1F | 1E | 62 | 23 |
| Octal | 257 | 131 | 2 | 0 | 61 | 143 | 37 | 36 | 142 | 43 |
| Binary | 10101111 | 1011001 | 10 | 0 | 110001 | 1100011 | 11111 | 11110 | 1100010 | 100011 |
Color Harmonies of #AF5902
Complementary color
Monochromatic Colors of #AF5902
Black with #AF5902
Text Example
Text Example
White with #AF5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5902; }
p { color: rgb(175,89,2); }
H1.HeaderClassName
{
color: #AF5902;
}
.AnyTagClassName
{
color: #AF5902;
}
</style>
background-color css
<style>
a { background-color: #AF5902; }
a { background-color: rgb(175,89,2); }
div.DivClassName
{
background-color: #AF5902;
}
.BgClassName
{
background-color: #AF5902;
}
</style>
border-color css
<style>
span { border-color: #AF5902; }
span { border-color: rgb(175,89,2); }
td.TdClassName
{
border-color: #AF5902;
}
.TagClassName
{
border-color: #AF5902;
}
</style>