Shades of Golden Brown #AF6501
Tints of Golden Brown #AF6501
RGB
CMYK
RGB Variations
Color information
#AF6501 (or 0xAF6501) is known color: Golden Brown. HEX triplet: AF, 65 and 01. RGB value is (175,101,1). Sum of RGB (Red+Green+Blue) = 175+101+1=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6501 is #509AFE. Grayscale: #707070. Windows color (decimal): -5282559 or 91567. OLE color: 91567.
HSL color Cylindrical-coordinate representation of color #AF6501: hue angle of 34.48º 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 #AF6501 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.31 |
| HSL | 34.48º | 0.99% | 0.35% | - |
| HSV(B) | 34.48º | 0.99% | 0.69% | - |
| XYZ | 22.34 | 18.42 | 2.41 | - |
| YUV | 111.73 | 65.52 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 1 | 0 | 0.42 | 0.99 | 0.31 | 34.48 | 0.99 | 0.35 |
| Hex | AF | 65 | 1 | 0 | 2A | 63 | 1F | 22 | 63 | 23 |
| Octal | 257 | 145 | 1 | 0 | 52 | 143 | 37 | 42 | 143 | 43 |
| Binary | 10101111 | 1100101 | 1 | 0 | 101010 | 1100011 | 11111 | 100010 | 1100011 | 100011 |
Color Harmonies of #AF6501
Complementary color
Monochromatic Colors of #AF6501
Black with #AF6501
Text Example
Text Example
White with #AF6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6501; }
p { color: rgb(175,101,1); }
H1.HeaderClassName
{
color: #AF6501;
}
.AnyTagClassName
{
color: #AF6501;
}
</style>
background-color css
<style>
a { background-color: #AF6501; }
a { background-color: rgb(175,101,1); }
div.DivClassName
{
background-color: #AF6501;
}
.BgClassName
{
background-color: #AF6501;
}
</style>
border-color css
<style>
span { border-color: #AF6501; }
span { border-color: rgb(175,101,1); }
td.TdClassName
{
border-color: #AF6501;
}
.TagClassName
{
border-color: #AF6501;
}
</style>