Shades of Golden Brown #A45A02
Tints of Golden Brown #A45A02
RGB
CMYK
RGB Variations
Color information
#A45A02 (or 0xA45A02) is known color: Golden Brown. HEX triplet: A4, 5A and 02. RGB value is (164,90,2). Sum of RGB (Red+Green+Blue) = 164+90+2=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A02 is #5BA5FD. Grayscale: #666666. Windows color (decimal): -6006270 or 154276. OLE color: 154276.
HSL color Cylindrical-coordinate representation of color #A45A02: hue angle of 32.59º 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 #A45A02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.36 |
| HSL | 32.59º | 0.98% | 0.33% | - |
| HSV(B) | 32.59º | 0.99% | 0.64% | - |
| XYZ | 18.98 | 15.21 | 1.99 | - |
| YUV | 102.09 | 71.52 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 2 | 0 | 0.45 | 0.99 | 0.36 | 32.59 | 0.98 | 0.33 |
| Hex | A4 | 5A | 2 | 0 | 2D | 63 | 24 | 21 | 62 | 21 |
| Octal | 244 | 132 | 2 | 0 | 55 | 143 | 44 | 41 | 142 | 41 |
| Binary | 10100100 | 1011010 | 10 | 0 | 101101 | 1100011 | 100100 | 100001 | 1100010 | 100001 |
Color Harmonies of #A45A02
Complementary color
Monochromatic Colors of #A45A02
Black with #A45A02
Text Example
Text Example
White with #A45A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A02; }
p { color: rgb(164,90,2); }
H1.HeaderClassName
{
color: #A45A02;
}
.AnyTagClassName
{
color: #A45A02;
}
</style>
background-color css
<style>
a { background-color: #A45A02; }
a { background-color: rgb(164,90,2); }
div.DivClassName
{
background-color: #A45A02;
}
.BgClassName
{
background-color: #A45A02;
}
</style>
border-color css
<style>
span { border-color: #A45A02; }
span { border-color: rgb(164,90,2); }
td.TdClassName
{
border-color: #A45A02;
}
.TagClassName
{
border-color: #A45A02;
}
</style>