Shades of Golden Brown #A25F0A
Tints of Golden Brown #A25F0A
RGB
CMYK
RGB Variations
Color information
#A25F0A (or 0xA25F0A) is known color: Golden Brown. HEX triplet: A2, 5F and 0A. RGB value is (162,95,10). Sum of RGB (Red+Green+Blue) = 162+95+10=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F0A is #5DA0F5. Grayscale: #696969. Windows color (decimal): -6136054 or 679842. OLE color: 679842.
HSL color Cylindrical-coordinate representation of color #A25F0A: hue angle of 33.55º degrees, saturation: 0.88, 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 #A25F0A is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 10 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.36 |
| HSL | 33.55º | 0.88% | 0.34% | - |
| HSV(B) | 33.55º | 0.94% | 0.64% | - |
| XYZ | 19.05 | 15.89 | 2.35 | - |
| YUV | 105.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 10 | 0 | 0.41 | 0.94 | 0.36 | 33.55 | 0.88 | 0.34 |
| Hex | A2 | 5F | A | 0 | 29 | 5E | 24 | 22 | 58 | 22 |
| Octal | 242 | 137 | 12 | 0 | 51 | 136 | 44 | 42 | 130 | 42 |
| Binary | 10100010 | 1011111 | 1010 | 0 | 101001 | 1011110 | 100100 | 100010 | 1011000 | 100010 |
Color Harmonies of #A25F0A
Complementary color
Monochromatic Colors of #A25F0A
Black with #A25F0A
Text Example
Text Example
White with #A25F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F0A; }
p { color: rgb(162,95,10); }
H1.HeaderClassName
{
color: #A25F0A;
}
.AnyTagClassName
{
color: #A25F0A;
}
</style>
background-color css
<style>
a { background-color: #A25F0A; }
a { background-color: rgb(162,95,10); }
div.DivClassName
{
background-color: #A25F0A;
}
.BgClassName
{
background-color: #A25F0A;
}
</style>
border-color css
<style>
span { border-color: #A25F0A; }
span { border-color: rgb(162,95,10); }
td.TdClassName
{
border-color: #A25F0A;
}
.TagClassName
{
border-color: #A25F0A;
}
</style>