Shades of Golden Brown #AF6302
Tints of Golden Brown #AF6302
RGB
CMYK
RGB Variations
Color information
#AF6302 (or 0xAF6302) is known color: Golden Brown. HEX triplet: AF, 63 and 02. RGB value is (175,99,2). Sum of RGB (Red+Green+Blue) = 175+99+2=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6302 is #509CFD. Grayscale: #6F6F6F. Windows color (decimal): -5283070 or 156591. OLE color: 156591.
HSL color Cylindrical-coordinate representation of color #AF6302: hue angle of 33.64º 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 #AF6302 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 99 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.31 |
| HSL | 33.64º | 0.98% | 0.35% | - |
| HSV(B) | 33.64º | 0.99% | 0.69% | - |
| XYZ | 22.15 | 18.04 | 2.37 | - |
| YUV | 110.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 2 | 0 | 0.43 | 0.99 | 0.31 | 33.64 | 0.98 | 0.35 |
| Hex | AF | 63 | 2 | 0 | 2B | 63 | 1F | 22 | 62 | 23 |
| Octal | 257 | 143 | 2 | 0 | 53 | 143 | 37 | 42 | 142 | 43 |
| Binary | 10101111 | 1100011 | 10 | 0 | 101011 | 1100011 | 11111 | 100010 | 1100010 | 100011 |
Color Harmonies of #AF6302
Complementary color
Monochromatic Colors of #AF6302
Black with #AF6302
Text Example
Text Example
White with #AF6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6302; }
p { color: rgb(175,99,2); }
H1.HeaderClassName
{
color: #AF6302;
}
.AnyTagClassName
{
color: #AF6302;
}
</style>
background-color css
<style>
a { background-color: #AF6302; }
a { background-color: rgb(175,99,2); }
div.DivClassName
{
background-color: #AF6302;
}
.BgClassName
{
background-color: #AF6302;
}
</style>
border-color css
<style>
span { border-color: #AF6302; }
span { border-color: rgb(175,99,2); }
td.TdClassName
{
border-color: #AF6302;
}
.TagClassName
{
border-color: #AF6302;
}
</style>