Shades of Golden Brown #A25D15
Tints of Golden Brown #A25D15
RGB
CMYK
RGB Variations
Color information
#A25D15 (or 0xA25D15) is known color: Golden Brown. HEX triplet: A2, 5D and 15. RGB value is (162,93,21). Sum of RGB (Red+Green+Blue) = 162+93+21=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25D15 is #5DA2EA. Grayscale: #696969. Windows color (decimal): -6136555 or 1400226. OLE color: 1400226.
HSL color Cylindrical-coordinate representation of color #A25D15: hue angle of 30.64º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A25D15 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 21 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.36 |
| HSL | 30.64º | 0.77% | 0.36% | - |
| HSV(B) | 30.64º | 0.87% | 0.64% | - |
| XYZ | 18.95 | 15.56 | 2.71 | - |
| YUV | 105.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 21 | 0 | 0.43 | 0.87 | 0.36 | 30.64 | 0.77 | 0.36 |
| Hex | A2 | 5D | 15 | 0 | 2B | 57 | 24 | 1F | 4D | 24 |
| Octal | 242 | 135 | 25 | 0 | 53 | 127 | 44 | 37 | 115 | 44 |
| Binary | 10100010 | 1011101 | 10101 | 0 | 101011 | 1010111 | 100100 | 11111 | 1001101 | 100100 |
Color Harmonies of #A25D15
Complementary color
Monochromatic Colors of #A25D15
Black with #A25D15
Text Example
Text Example
White with #A25D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D15; }
p { color: rgb(162,93,21); }
H1.HeaderClassName
{
color: #A25D15;
}
.AnyTagClassName
{
color: #A25D15;
}
</style>
background-color css
<style>
a { background-color: #A25D15; }
a { background-color: rgb(162,93,21); }
div.DivClassName
{
background-color: #A25D15;
}
.BgClassName
{
background-color: #A25D15;
}
</style>
border-color css
<style>
span { border-color: #A25D15; }
span { border-color: rgb(162,93,21); }
td.TdClassName
{
border-color: #A25D15;
}
.TagClassName
{
border-color: #A25D15;
}
</style>