Shades of Golden Brown #A25812
Tints of Golden Brown #A25812
RGB
CMYK
RGB Variations
Color information
#A25812 (or 0xA25812) is known color: Golden Brown. HEX triplet: A2, 58 and 12. RGB value is (162,88,18). Sum of RGB (Red+Green+Blue) = 162+88+18=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A25812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25812 is #5DA7ED. Grayscale: #666666. Windows color (decimal): -6137838 or 1202338. OLE color: 1202338.
HSL color Cylindrical-coordinate representation of color #A25812: hue angle of 29.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A25812 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 18 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.36 |
| HSL | 29.17º | 0.8% | 0.35% | - |
| HSV(B) | 29.17º | 0.89% | 0.64% | - |
| XYZ | 18.5 | 14.7 | 2.44 | - |
| YUV | 102.15 | 80.52 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 18 | 0 | 0.46 | 0.89 | 0.36 | 29.17 | 0.8 | 0.35 |
| Hex | A2 | 58 | 12 | 0 | 2E | 59 | 24 | 1D | 50 | 23 |
| Octal | 242 | 130 | 22 | 0 | 56 | 131 | 44 | 35 | 120 | 43 |
| Binary | 10100010 | 1011000 | 10010 | 0 | 101110 | 1011001 | 100100 | 11101 | 1010000 | 100011 |
Color Harmonies of #A25812
Complementary color
Monochromatic Colors of #A25812
Black with #A25812
Text Example
Text Example
White with #A25812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25812; }
p { color: rgb(162,88,18); }
H1.HeaderClassName
{
color: #A25812;
}
.AnyTagClassName
{
color: #A25812;
}
</style>
background-color css
<style>
a { background-color: #A25812; }
a { background-color: rgb(162,88,18); }
div.DivClassName
{
background-color: #A25812;
}
.BgClassName
{
background-color: #A25812;
}
</style>
border-color css
<style>
span { border-color: #A25812; }
span { border-color: rgb(162,88,18); }
td.TdClassName
{
border-color: #A25812;
}
.TagClassName
{
border-color: #A25812;
}
</style>