Shades of Golden Brown #A25E09
Tints of Golden Brown #A25E09
RGB
CMYK
RGB Variations
Color information
#A25E09 (or 0xA25E09) is known color: Golden Brown. HEX triplet: A2, 5E and 09. RGB value is (162,94,9). Sum of RGB (Red+Green+Blue) = 162+94+9=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25E09 is #5DA1F6. Grayscale: #696969. Windows color (decimal): -6136311 or 614050. OLE color: 614050.
HSL color Cylindrical-coordinate representation of color #A25E09: hue angle of 33.33º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A25E09 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 94 | 9 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.36 |
| HSL | 33.33º | 0.89% | 0.34% | - |
| HSV(B) | 33.33º | 0.94% | 0.64% | - |
| XYZ | 18.95 | 15.71 | 2.29 | - |
| YUV | 104.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 94 | 9 | 0 | 0.42 | 0.94 | 0.36 | 33.33 | 0.89 | 0.34 |
| Hex | A2 | 5E | 9 | 0 | 2A | 5E | 24 | 21 | 59 | 22 |
| Octal | 242 | 136 | 11 | 0 | 52 | 136 | 44 | 41 | 131 | 42 |
| Binary | 10100010 | 1011110 | 1001 | 0 | 101010 | 1011110 | 100100 | 100001 | 1011001 | 100010 |
Color Harmonies of #A25E09
Complementary color
Monochromatic Colors of #A25E09
Black with #A25E09
Text Example
Text Example
White with #A25E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25E09; }
p { color: rgb(162,94,9); }
H1.HeaderClassName
{
color: #A25E09;
}
.AnyTagClassName
{
color: #A25E09;
}
</style>
background-color css
<style>
a { background-color: #A25E09; }
a { background-color: rgb(162,94,9); }
div.DivClassName
{
background-color: #A25E09;
}
.BgClassName
{
background-color: #A25E09;
}
</style>
border-color css
<style>
span { border-color: #A25E09; }
span { border-color: rgb(162,94,9); }
td.TdClassName
{
border-color: #A25E09;
}
.TagClassName
{
border-color: #A25E09;
}
</style>