Shades of Golden Brown #A25D1A
Tints of Golden Brown #A25D1A
RGB
CMYK
RGB Variations
Color information
#A25D1A (or 0xA25D1A) is known color: Golden Brown. HEX triplet: A2, 5D and 1A. RGB value is (162,93,26). Sum of RGB (Red+Green+Blue) = 162+93+26=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D1A is #5DA2E5. Grayscale: #6A6A6A. Windows color (decimal): -6136550 or 1727906. OLE color: 1727906.
HSL color Cylindrical-coordinate representation of color #A25D1A: hue angle of 29.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A25D1A is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 93 | 26 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.36 |
| HSL | 29.56º | 0.72% | 0.37% | - |
| HSV(B) | 29.56º | 0.84% | 0.64% | - |
| XYZ | 19 | 15.58 | 2.98 | - |
| YUV | 105.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 93 | 26 | 0 | 0.43 | 0.84 | 0.36 | 29.56 | 0.72 | 0.37 |
| Hex | A2 | 5D | 1A | 0 | 2B | 54 | 24 | 1E | 48 | 25 |
| Octal | 242 | 135 | 32 | 0 | 53 | 124 | 44 | 36 | 110 | 45 |
| Binary | 10100010 | 1011101 | 11010 | 0 | 101011 | 1010100 | 100100 | 11110 | 1001000 | 100101 |
Color Harmonies of #A25D1A
Complementary color
Monochromatic Colors of #A25D1A
Black with #A25D1A
Text Example
Text Example
White with #A25D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25D1A; }
p { color: rgb(162,93,26); }
H1.HeaderClassName
{
color: #A25D1A;
}
.AnyTagClassName
{
color: #A25D1A;
}
</style>
background-color css
<style>
a { background-color: #A25D1A; }
a { background-color: rgb(162,93,26); }
div.DivClassName
{
background-color: #A25D1A;
}
.BgClassName
{
background-color: #A25D1A;
}
</style>
border-color css
<style>
span { border-color: #A25D1A; }
span { border-color: rgb(162,93,26); }
td.TdClassName
{
border-color: #A25D1A;
}
.TagClassName
{
border-color: #A25D1A;
}
</style>