Shades of Golden Brown #AF5A0B
Tints of Golden Brown #AF5A0B
RGB
CMYK
RGB Variations
Color information
#AF5A0B (or 0xAF5A0B) is known color: Golden Brown. HEX triplet: AF, 5A and 0B. RGB value is (175,90,11). Sum of RGB (Red+Green+Blue) = 175+90+11=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A0B is #50A5F4. Grayscale: #6A6A6A. Windows color (decimal): -5285365 or 744111. OLE color: 744111.
HSL color Cylindrical-coordinate representation of color #AF5A0B: hue angle of 28.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF5A0B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 90 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.31 |
| HSL | 28.9º | 0.88% | 0.36% | - |
| HSV(B) | 28.9º | 0.94% | 0.69% | - |
| XYZ | 21.4 | 16.45 | 2.36 | - |
| YUV | 106.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 11 | 0 | 0.49 | 0.94 | 0.31 | 28.9 | 0.88 | 0.36 |
| Hex | AF | 5A | B | 0 | 31 | 5E | 1F | 1D | 58 | 24 |
| Octal | 257 | 132 | 13 | 0 | 61 | 136 | 37 | 35 | 130 | 44 |
| Binary | 10101111 | 1011010 | 1011 | 0 | 110001 | 1011110 | 11111 | 11101 | 1011000 | 100100 |
Color Harmonies of #AF5A0B
Complementary color
Monochromatic Colors of #AF5A0B
Black with #AF5A0B
Text Example
Text Example
White with #AF5A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5A0B; }
p { color: rgb(175,90,11); }
H1.HeaderClassName
{
color: #AF5A0B;
}
.AnyTagClassName
{
color: #AF5A0B;
}
</style>
background-color css
<style>
a { background-color: #AF5A0B; }
a { background-color: rgb(175,90,11); }
div.DivClassName
{
background-color: #AF5A0B;
}
.BgClassName
{
background-color: #AF5A0B;
}
</style>
border-color css
<style>
span { border-color: #AF5A0B; }
span { border-color: rgb(175,90,11); }
td.TdClassName
{
border-color: #AF5A0B;
}
.TagClassName
{
border-color: #AF5A0B;
}
</style>