Shades of Golden Brown #A25F10
Tints of Golden Brown #A25F10
RGB
CMYK
RGB Variations
Color information
#A25F10 (or 0xA25F10) is known color: Golden Brown. HEX triplet: A2, 5F and 10. RGB value is (162,95,16). Sum of RGB (Red+Green+Blue) = 162+95+16=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25F10 is #5DA0EF. Grayscale: #6A6A6A. Windows color (decimal): -6136048 or 1073058. OLE color: 1073058.
HSL color Cylindrical-coordinate representation of color #A25F10: hue angle of 32.47º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A25F10 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 95 | 16 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.36 |
| HSL | 32.47º | 0.82% | 0.35% | - |
| HSV(B) | 32.47º | 0.9% | 0.64% | - |
| XYZ | 19.09 | 15.9 | 2.55 | - |
| YUV | 106.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 16 | 0 | 0.41 | 0.90 | 0.36 | 32.47 | 0.82 | 0.35 |
| Hex | A2 | 5F | 10 | 0 | 29 | 5A | 24 | 20 | 52 | 23 |
| Octal | 242 | 137 | 20 | 0 | 51 | 132 | 44 | 40 | 122 | 43 |
| Binary | 10100010 | 1011111 | 10000 | 0 | 101001 | 1011010 | 100100 | 100000 | 1010010 | 100011 |
Color Harmonies of #A25F10
Complementary color
Monochromatic Colors of #A25F10
Black with #A25F10
Text Example
Text Example
White with #A25F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25F10; }
p { color: rgb(162,95,16); }
H1.HeaderClassName
{
color: #A25F10;
}
.AnyTagClassName
{
color: #A25F10;
}
</style>
background-color css
<style>
a { background-color: #A25F10; }
a { background-color: rgb(162,95,16); }
div.DivClassName
{
background-color: #A25F10;
}
.BgClassName
{
background-color: #A25F10;
}
</style>
border-color css
<style>
span { border-color: #A25F10; }
span { border-color: rgb(162,95,16); }
td.TdClassName
{
border-color: #A25F10;
}
.TagClassName
{
border-color: #A25F10;
}
</style>