Shades of Golden Brown #AF6C02
Tints of Golden Brown #AF6C02
RGB
CMYK
RGB Variations
Color information
#AF6C02 (or 0xAF6C02) is known color: Golden Brown. HEX triplet: AF, 6C and 02. RGB value is (175,108,2). Sum of RGB (Red+Green+Blue) = 175+108+2=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C02 is #5093FD. Grayscale: #747474. Windows color (decimal): -5280766 or 158895. OLE color: 158895.
HSL color Cylindrical-coordinate representation of color #AF6C02: hue angle of 36.76º 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 #AF6C02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.31 |
| HSL | 36.76º | 0.98% | 0.35% | - |
| HSV(B) | 36.76º | 0.99% | 0.69% | - |
| XYZ | 23.05 | 19.84 | 2.67 | - |
| YUV | 115.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 2 | 0 | 0.38 | 0.99 | 0.31 | 36.76 | 0.98 | 0.35 |
| Hex | AF | 6C | 2 | 0 | 26 | 63 | 1F | 25 | 62 | 23 |
| Octal | 257 | 154 | 2 | 0 | 46 | 143 | 37 | 45 | 142 | 43 |
| Binary | 10101111 | 1101100 | 10 | 0 | 100110 | 1100011 | 11111 | 100101 | 1100010 | 100011 |
Color Harmonies of #AF6C02
Complementary color
Monochromatic Colors of #AF6C02
Black with #AF6C02
Text Example
Text Example
White with #AF6C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C02; }
p { color: rgb(175,108,2); }
H1.HeaderClassName
{
color: #AF6C02;
}
.AnyTagClassName
{
color: #AF6C02;
}
</style>
background-color css
<style>
a { background-color: #AF6C02; }
a { background-color: rgb(175,108,2); }
div.DivClassName
{
background-color: #AF6C02;
}
.BgClassName
{
background-color: #AF6C02;
}
</style>
border-color css
<style>
span { border-color: #AF6C02; }
span { border-color: rgb(175,108,2); }
td.TdClassName
{
border-color: #AF6C02;
}
.TagClassName
{
border-color: #AF6C02;
}
</style>