Shades of Golden Brown #AF5D02
Tints of Golden Brown #AF5D02
RGB
CMYK
RGB Variations
Color information
#AF5D02 (or 0xAF5D02) is known color: Golden Brown. HEX triplet: AF, 5D and 02. RGB value is (175,93,2). Sum of RGB (Red+Green+Blue) = 175+93+2=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D02 is #50A2FD. Grayscale: #6B6B6B. Windows color (decimal): -5284606 or 155055. OLE color: 155055.
HSL color Cylindrical-coordinate representation of color #AF5D02: hue angle of 31.56º 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 #AF5D02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 93 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.31 |
| HSL | 31.56º | 0.98% | 0.35% | - |
| HSV(B) | 31.56º | 0.99% | 0.69% | - |
| XYZ | 21.6 | 16.95 | 2.19 | - |
| YUV | 107.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 2 | 0 | 0.47 | 0.99 | 0.31 | 31.56 | 0.98 | 0.35 |
| Hex | AF | 5D | 2 | 0 | 2F | 63 | 1F | 20 | 62 | 23 |
| Octal | 257 | 135 | 2 | 0 | 57 | 143 | 37 | 40 | 142 | 43 |
| Binary | 10101111 | 1011101 | 10 | 0 | 101111 | 1100011 | 11111 | 100000 | 1100010 | 100011 |
Color Harmonies of #AF5D02
Complementary color
Monochromatic Colors of #AF5D02
Black with #AF5D02
Text Example
Text Example
White with #AF5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5D02; }
p { color: rgb(175,93,2); }
H1.HeaderClassName
{
color: #AF5D02;
}
.AnyTagClassName
{
color: #AF5D02;
}
</style>
background-color css
<style>
a { background-color: #AF5D02; }
a { background-color: rgb(175,93,2); }
div.DivClassName
{
background-color: #AF5D02;
}
.BgClassName
{
background-color: #AF5D02;
}
</style>
border-color css
<style>
span { border-color: #AF5D02; }
span { border-color: rgb(175,93,2); }
td.TdClassName
{
border-color: #AF5D02;
}
.TagClassName
{
border-color: #AF5D02;
}
</style>