Shades of Golden Brown #AF6401
Tints of Golden Brown #AF6401
RGB
CMYK
RGB Variations
Color information
#AF6401 (or 0xAF6401) is known color: Golden Brown. HEX triplet: AF, 64 and 01. RGB value is (175,100,1). Sum of RGB (Red+Green+Blue) = 175+100+1=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6401 is #509BFE. Grayscale: #6F6F6F. Windows color (decimal): -5282815 or 91311. OLE color: 91311.
HSL color Cylindrical-coordinate representation of color #AF6401: hue angle of 34.14º degrees, saturation: 0.99, 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 #AF6401 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.31 |
| HSL | 34.14º | 0.99% | 0.35% | - |
| HSV(B) | 34.14º | 0.99% | 0.69% | - |
| XYZ | 22.24 | 18.23 | 2.38 | - |
| YUV | 111.14 | 65.85 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 1 | 0 | 0.43 | 0.99 | 0.31 | 34.14 | 0.99 | 0.35 |
| Hex | AF | 64 | 1 | 0 | 2B | 63 | 1F | 22 | 63 | 23 |
| Octal | 257 | 144 | 1 | 0 | 53 | 143 | 37 | 42 | 143 | 43 |
| Binary | 10101111 | 1100100 | 1 | 0 | 101011 | 1100011 | 11111 | 100010 | 1100011 | 100011 |
Color Harmonies of #AF6401
Complementary color
Monochromatic Colors of #AF6401
Black with #AF6401
Text Example
Text Example
White with #AF6401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6401; }
p { color: rgb(175,100,1); }
H1.HeaderClassName
{
color: #AF6401;
}
.AnyTagClassName
{
color: #AF6401;
}
</style>
background-color css
<style>
a { background-color: #AF6401; }
a { background-color: rgb(175,100,1); }
div.DivClassName
{
background-color: #AF6401;
}
.BgClassName
{
background-color: #AF6401;
}
</style>
border-color css
<style>
span { border-color: #AF6401; }
span { border-color: rgb(175,100,1); }
td.TdClassName
{
border-color: #AF6401;
}
.TagClassName
{
border-color: #AF6401;
}
</style>