Shades of Golden Brown #A46502
Tints of Golden Brown #A46502
RGB
CMYK
RGB Variations
Color information
#A46502 (or 0xA46502) is known color: Golden Brown. HEX triplet: A4, 65 and 02. RGB value is (164,101,2). Sum of RGB (Red+Green+Blue) = 164+101+2=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A46502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46502 is #5B9AFD. Grayscale: #6D6D6D. Windows color (decimal): -6003454 or 157092. OLE color: 157092.
HSL color Cylindrical-coordinate representation of color #A46502: hue angle of 36.67º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A46502 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 101 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.36 |
| HSL | 36.67º | 0.98% | 0.33% | - |
| HSV(B) | 36.67º | 0.99% | 0.64% | - |
| XYZ | 19.97 | 17.2 | 2.33 | - |
| YUV | 108.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 2 | 0 | 0.38 | 0.99 | 0.36 | 36.67 | 0.98 | 0.33 |
| Hex | A4 | 65 | 2 | 0 | 26 | 63 | 24 | 25 | 62 | 21 |
| Octal | 244 | 145 | 2 | 0 | 46 | 143 | 44 | 45 | 142 | 41 |
| Binary | 10100100 | 1100101 | 10 | 0 | 100110 | 1100011 | 100100 | 100101 | 1100010 | 100001 |
Color Harmonies of #A46502
Complementary color
Monochromatic Colors of #A46502
Black with #A46502
Text Example
Text Example
White with #A46502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46502; }
p { color: rgb(164,101,2); }
H1.HeaderClassName
{
color: #A46502;
}
.AnyTagClassName
{
color: #A46502;
}
</style>
background-color css
<style>
a { background-color: #A46502; }
a { background-color: rgb(164,101,2); }
div.DivClassName
{
background-color: #A46502;
}
.BgClassName
{
background-color: #A46502;
}
</style>
border-color css
<style>
span { border-color: #A46502; }
span { border-color: rgb(164,101,2); }
td.TdClassName
{
border-color: #A46502;
}
.TagClassName
{
border-color: #A46502;
}
</style>