Shades of Golden Brown #AF6702
Tints of Golden Brown #AF6702
RGB
CMYK
RGB Variations
Color information
#AF6702 (or 0xAF6702) is known color: Golden Brown. HEX triplet: AF, 67 and 02. RGB value is (175,103,2). Sum of RGB (Red+Green+Blue) = 175+103+2=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6702 is #5098FD. Grayscale: #717171. Windows color (decimal): -5282046 or 157615. OLE color: 157615.
HSL color Cylindrical-coordinate representation of color #AF6702: hue angle of 35.03º 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 #AF6702 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.31 |
| HSL | 35.03º | 0.98% | 0.35% | - |
| HSV(B) | 35.03º | 0.99% | 0.69% | - |
| XYZ | 22.54 | 18.82 | 2.5 | - |
| YUV | 113.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 2 | 0 | 0.41 | 0.99 | 0.31 | 35.03 | 0.98 | 0.35 |
| Hex | AF | 67 | 2 | 0 | 29 | 63 | 1F | 23 | 62 | 23 |
| Octal | 257 | 147 | 2 | 0 | 51 | 143 | 37 | 43 | 142 | 43 |
| Binary | 10101111 | 1100111 | 10 | 0 | 101001 | 1100011 | 11111 | 100011 | 1100010 | 100011 |
Color Harmonies of #AF6702
Complementary color
Monochromatic Colors of #AF6702
Black with #AF6702
Text Example
Text Example
White with #AF6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6702; }
p { color: rgb(175,103,2); }
H1.HeaderClassName
{
color: #AF6702;
}
.AnyTagClassName
{
color: #AF6702;
}
</style>
background-color css
<style>
a { background-color: #AF6702; }
a { background-color: rgb(175,103,2); }
div.DivClassName
{
background-color: #AF6702;
}
.BgClassName
{
background-color: #AF6702;
}
</style>
border-color css
<style>
span { border-color: #AF6702; }
span { border-color: rgb(175,103,2); }
td.TdClassName
{
border-color: #AF6702;
}
.TagClassName
{
border-color: #AF6702;
}
</style>