Shades of Golden Brown #A56502
Tints of Golden Brown #A56502
RGB
CMYK
RGB Variations
Color information
#A56502 (or 0xA56502) is known color: Golden Brown. HEX triplet: A5, 65 and 02. RGB value is (165,101,2). Sum of RGB (Red+Green+Blue) = 165+101+2=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A56502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56502 is #5A9AFD. Grayscale: #6D6D6D. Windows color (decimal): -5937918 or 157093. OLE color: 157093.
HSL color Cylindrical-coordinate representation of color #A56502: hue angle of 36.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A56502 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 101 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.35 |
| HSL | 36.44º | 0.98% | 0.33% | - |
| HSV(B) | 36.44º | 0.99% | 0.65% | - |
| XYZ | 20.18 | 17.31 | 2.34 | - |
| YUV | 108.85 | 67.7 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 2 | 0 | 0.39 | 0.99 | 0.35 | 36.44 | 0.98 | 0.33 |
| Hex | A5 | 65 | 2 | 0 | 27 | 63 | 23 | 24 | 62 | 21 |
| Octal | 245 | 145 | 2 | 0 | 47 | 143 | 43 | 44 | 142 | 41 |
| Binary | 10100101 | 1100101 | 10 | 0 | 100111 | 1100011 | 100011 | 100100 | 1100010 | 100001 |
Color Harmonies of #A56502
Complementary color
Monochromatic Colors of #A56502
Black with #A56502
Text Example
Text Example
White with #A56502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56502; }
p { color: rgb(165,101,2); }
H1.HeaderClassName
{
color: #A56502;
}
.AnyTagClassName
{
color: #A56502;
}
</style>
background-color css
<style>
a { background-color: #A56502; }
a { background-color: rgb(165,101,2); }
div.DivClassName
{
background-color: #A56502;
}
.BgClassName
{
background-color: #A56502;
}
</style>
border-color css
<style>
span { border-color: #A56502; }
span { border-color: rgb(165,101,2); }
td.TdClassName
{
border-color: #A56502;
}
.TagClassName
{
border-color: #A56502;
}
</style>