Shades of Golden Brown #AF6400
Tints of Golden Brown #AF6400
RGB
CMYK
RGB Variations
Color information
#AF6400 (or 0xAF6400) is known color: Golden Brown. HEX triplet: AF, 64 and 00. RGB value is (175,100,0). Sum of RGB (Red+Green+Blue) = 175+100+0=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6400 is #509BFF. Grayscale: #6F6F6F. Windows color (decimal): -5282816 or 25775. OLE color: 25775.
HSL color Cylindrical-coordinate representation of color #AF6400: hue angle of 34.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF6400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.31 |
| HSL | 34.29º | 1% | 0.34% | - |
| HSV(B) | 34.29º | 1% | 0.69% | - |
| XYZ | 22.24 | 18.23 | 2.35 | - |
| YUV | 111.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 0 | 0 | 0.43 | 1 | 0.31 | 34.29 | 1 | 0.34 |
| Hex | AF | 64 | 0 | 0 | 2B | 64 | 1F | 22 | 64 | 22 |
| Octal | 257 | 144 | 0 | 0 | 53 | 144 | 37 | 42 | 144 | 42 |
| Binary | 10101111 | 1100100 | 0 | 0 | 101011 | 1100100 | 11111 | 100010 | 1100100 | 100010 |
Color Harmonies of #AF6400
Complementary color
Monochromatic Colors of #AF6400
Black with #AF6400
Text Example
Text Example
White with #AF6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6400; }
p { color: rgb(175,100,0); }
H1.HeaderClassName
{
color: #AF6400;
}
.AnyTagClassName
{
color: #AF6400;
}
</style>
background-color css
<style>
a { background-color: #AF6400; }
a { background-color: rgb(175,100,0); }
div.DivClassName
{
background-color: #AF6400;
}
.BgClassName
{
background-color: #AF6400;
}
</style>
border-color css
<style>
span { border-color: #AF6400; }
span { border-color: rgb(175,100,0); }
td.TdClassName
{
border-color: #AF6400;
}
.TagClassName
{
border-color: #AF6400;
}
</style>