Shades of Golden Brown #A15102
Tints of Golden Brown #A15102
RGB
CMYK
RGB Variations
Color information
#A15102 (or 0xA15102) is known color: Golden Brown. HEX triplet: A1, 51 and 02. RGB value is (161,81,2). Sum of RGB (Red+Green+Blue) = 161+81+2=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A15102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15102 is #5EAEFD. Grayscale: #606060. Windows color (decimal): -6205182 or 151969. OLE color: 151969.
HSL color Cylindrical-coordinate representation of color #A15102: hue angle of 29.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A15102 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 81 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.37 |
| HSL | 29.81º | 0.98% | 0.32% | - |
| HSV(B) | 29.81º | 0.99% | 0.63% | - |
| XYZ | 17.65 | 13.47 | 1.73 | - |
| YUV | 95.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 81 | 2 | 0 | 0.50 | 0.99 | 0.37 | 29.81 | 0.98 | 0.32 |
| Hex | A1 | 51 | 2 | 0 | 32 | 63 | 25 | 1E | 62 | 20 |
| Octal | 241 | 121 | 2 | 0 | 62 | 143 | 45 | 36 | 142 | 40 |
| Binary | 10100001 | 1010001 | 10 | 0 | 110010 | 1100011 | 100101 | 11110 | 1100010 | 100000 |
Color Harmonies of #A15102
Complementary color
Monochromatic Colors of #A15102
Black with #A15102
Text Example
Text Example
White with #A15102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15102; }
p { color: rgb(161,81,2); }
H1.HeaderClassName
{
color: #A15102;
}
.AnyTagClassName
{
color: #A15102;
}
</style>
background-color css
<style>
a { background-color: #A15102; }
a { background-color: rgb(161,81,2); }
div.DivClassName
{
background-color: #A15102;
}
.BgClassName
{
background-color: #A15102;
}
</style>
border-color css
<style>
span { border-color: #A15102; }
span { border-color: rgb(161,81,2); }
td.TdClassName
{
border-color: #A15102;
}
.TagClassName
{
border-color: #A15102;
}
</style>