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