Shades of Golden Brown #A15C02
Tints of Golden Brown #A15C02
RGB
CMYK
RGB Variations
Color information
#A15C02 (or 0xA15C02) is known color: Golden Brown. HEX triplet: A1, 5C and 02. RGB value is (161,92,2). Sum of RGB (Red+Green+Blue) = 161+92+2=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15C02 is #5EA3FD. Grayscale: #666666. Windows color (decimal): -6202366 or 154785. OLE color: 154785.
HSL color Cylindrical-coordinate representation of color #A15C02: hue angle of 33.96º 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 #A15C02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.37 |
| HSL | 33.96º | 0.98% | 0.32% | - |
| HSV(B) | 33.96º | 0.99% | 0.63% | - |
| XYZ | 18.54 | 15.24 | 2.02 | - |
| YUV | 102.37 | 71.36 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 2 | 0 | 0.43 | 0.99 | 0.37 | 33.96 | 0.98 | 0.32 |
| Hex | A1 | 5C | 2 | 0 | 2B | 63 | 25 | 22 | 62 | 20 |
| Octal | 241 | 134 | 2 | 0 | 53 | 143 | 45 | 42 | 142 | 40 |
| Binary | 10100001 | 1011100 | 10 | 0 | 101011 | 1100011 | 100101 | 100010 | 1100010 | 100000 |
Color Harmonies of #A15C02
Complementary color
Monochromatic Colors of #A15C02
Black with #A15C02
Text Example
Text Example
White with #A15C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C02; }
p { color: rgb(161,92,2); }
H1.HeaderClassName
{
color: #A15C02;
}
.AnyTagClassName
{
color: #A15C02;
}
</style>
background-color css
<style>
a { background-color: #A15C02; }
a { background-color: rgb(161,92,2); }
div.DivClassName
{
background-color: #A15C02;
}
.BgClassName
{
background-color: #A15C02;
}
</style>
border-color css
<style>
span { border-color: #A15C02; }
span { border-color: rgb(161,92,2); }
td.TdClassName
{
border-color: #A15C02;
}
.TagClassName
{
border-color: #A15C02;
}
</style>