Shades of Golden Brown #A45A10
Tints of Golden Brown #A45A10
RGB
CMYK
RGB Variations
Color information
#A45A10 (or 0xA45A10) is known color: Golden Brown. HEX triplet: A4, 5A and 10. RGB value is (164,90,16). Sum of RGB (Red+Green+Blue) = 164+90+16=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A10 is #5BA5EF. Grayscale: #686868. Windows color (decimal): -6006256 or 1071780. OLE color: 1071780.
HSL color Cylindrical-coordinate representation of color #A45A10: hue angle of 30º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A45A10 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 90 | 16 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.36 |
| HSL | 30º | 0.82% | 0.35% | - |
| HSV(B) | 30º | 0.9% | 0.64% | - |
| XYZ | 19.06 | 15.24 | 2.43 | - |
| YUV | 103.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 16 | 0 | 0.45 | 0.90 | 0.36 | 30 | 0.82 | 0.35 |
| Hex | A4 | 5A | 10 | 0 | 2D | 5A | 24 | 1E | 52 | 23 |
| Octal | 244 | 132 | 20 | 0 | 55 | 132 | 44 | 36 | 122 | 43 |
| Binary | 10100100 | 1011010 | 10000 | 0 | 101101 | 1011010 | 100100 | 11110 | 1010010 | 100011 |
Color Harmonies of #A45A10
Complementary color
Monochromatic Colors of #A45A10
Black with #A45A10
Text Example
Text Example
White with #A45A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45A10; }
p { color: rgb(164,90,16); }
H1.HeaderClassName
{
color: #A45A10;
}
.AnyTagClassName
{
color: #A45A10;
}
</style>
background-color css
<style>
a { background-color: #A45A10; }
a { background-color: rgb(164,90,16); }
div.DivClassName
{
background-color: #A45A10;
}
.BgClassName
{
background-color: #A45A10;
}
</style>
border-color css
<style>
span { border-color: #A45A10; }
span { border-color: rgb(164,90,16); }
td.TdClassName
{
border-color: #A45A10;
}
.TagClassName
{
border-color: #A45A10;
}
</style>