Shades of Golden Brown #A25A17
Tints of Golden Brown #A25A17
RGB
CMYK
RGB Variations
Color information
#A25A17 (or 0xA25A17) is known color: Golden Brown. HEX triplet: A2, 5A and 17. RGB value is (162,90,23). Sum of RGB (Red+Green+Blue) = 162+90+23=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25A17 is #5DA5E8. Grayscale: #686868. Windows color (decimal): -6137321 or 1530530. OLE color: 1530530.
HSL color Cylindrical-coordinate representation of color #A25A17: hue angle of 28.92º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A25A17 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 23 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.36 |
| HSL | 28.92º | 0.75% | 0.36% | - |
| HSV(B) | 28.92º | 0.86% | 0.64% | - |
| XYZ | 18.71 | 15.06 | 2.73 | - |
| YUV | 103.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 23 | 0 | 0.44 | 0.86 | 0.36 | 28.92 | 0.75 | 0.36 |
| Hex | A2 | 5A | 17 | 0 | 2C | 56 | 24 | 1D | 4B | 24 |
| Octal | 242 | 132 | 27 | 0 | 54 | 126 | 44 | 35 | 113 | 44 |
| Binary | 10100010 | 1011010 | 10111 | 0 | 101100 | 1010110 | 100100 | 11101 | 1001011 | 100100 |
Color Harmonies of #A25A17
Complementary color
Monochromatic Colors of #A25A17
Black with #A25A17
Text Example
Text Example
White with #A25A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25A17; }
p { color: rgb(162,90,23); }
H1.HeaderClassName
{
color: #A25A17;
}
.AnyTagClassName
{
color: #A25A17;
}
</style>
background-color css
<style>
a { background-color: #A25A17; }
a { background-color: rgb(162,90,23); }
div.DivClassName
{
background-color: #A25A17;
}
.BgClassName
{
background-color: #A25A17;
}
</style>
border-color css
<style>
span { border-color: #A25A17; }
span { border-color: rgb(162,90,23); }
td.TdClassName
{
border-color: #A25A17;
}
.TagClassName
{
border-color: #A25A17;
}
</style>