Shades of Golden Brown #A25406
Tints of Golden Brown #A25406
RGB
CMYK
RGB Variations
Color information
#A25406 (or 0xA25406) is known color: Golden Brown. HEX triplet: A2, 54 and 06. RGB value is (162,84,6). Sum of RGB (Red+Green+Blue) = 162+84+6=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A25406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25406 is #5DABF9. Grayscale: #626262. Windows color (decimal): -6138874 or 414882. OLE color: 414882.
HSL color Cylindrical-coordinate representation of color #A25406: hue angle of 30º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25406 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 84 | 6 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.36 |
| HSL | 30º | 0.93% | 0.33% | - |
| HSV(B) | 30º | 0.96% | 0.64% | - |
| XYZ | 18.1 | 14.04 | 1.93 | - |
| YUV | 98.43 | 75.84 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 84 | 6 | 0 | 0.48 | 0.96 | 0.36 | 30 | 0.93 | 0.33 |
| Hex | A2 | 54 | 6 | 0 | 30 | 60 | 24 | 1E | 5D | 21 |
| Octal | 242 | 124 | 6 | 0 | 60 | 140 | 44 | 36 | 135 | 41 |
| Binary | 10100010 | 1010100 | 110 | 0 | 110000 | 1100000 | 100100 | 11110 | 1011101 | 100001 |
Color Harmonies of #A25406
Complementary color
Monochromatic Colors of #A25406
Black with #A25406
Text Example
Text Example
White with #A25406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25406; }
p { color: rgb(162,84,6); }
H1.HeaderClassName
{
color: #A25406;
}
.AnyTagClassName
{
color: #A25406;
}
</style>
background-color css
<style>
a { background-color: #A25406; }
a { background-color: rgb(162,84,6); }
div.DivClassName
{
background-color: #A25406;
}
.BgClassName
{
background-color: #A25406;
}
</style>
border-color css
<style>
span { border-color: #A25406; }
span { border-color: rgb(162,84,6); }
td.TdClassName
{
border-color: #A25406;
}
.TagClassName
{
border-color: #A25406;
}
</style>