Shades of Golden Brown #A65502
Tints of Golden Brown #A65502
RGB
CMYK
RGB Variations
Color information
#A65502 (or 0xA65502) is known color: Golden Brown. HEX triplet: A6, 55 and 02. RGB value is (166,85,2). Sum of RGB (Red+Green+Blue) = 166+85+2=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A65502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65502 is #59AAFD. Grayscale: #646464. Windows color (decimal): -5876478 or 152998. OLE color: 152998.
HSL color Cylindrical-coordinate representation of color #A65502: hue angle of 30.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A65502 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 85 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.35 |
| HSL | 30.37º | 0.98% | 0.33% | - |
| HSV(B) | 30.37º | 0.99% | 0.65% | - |
| XYZ | 18.99 | 14.61 | 1.88 | - |
| YUV | 99.76 | 72.84 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 85 | 2 | 0 | 0.49 | 0.99 | 0.35 | 30.37 | 0.98 | 0.33 |
| Hex | A6 | 55 | 2 | 0 | 31 | 63 | 23 | 1E | 62 | 21 |
| Octal | 246 | 125 | 2 | 0 | 61 | 143 | 43 | 36 | 142 | 41 |
| Binary | 10100110 | 1010101 | 10 | 0 | 110001 | 1100011 | 100011 | 11110 | 1100010 | 100001 |
Color Harmonies of #A65502
Complementary color
Monochromatic Colors of #A65502
Black with #A65502
Text Example
Text Example
White with #A65502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65502; }
p { color: rgb(166,85,2); }
H1.HeaderClassName
{
color: #A65502;
}
.AnyTagClassName
{
color: #A65502;
}
</style>
background-color css
<style>
a { background-color: #A65502; }
a { background-color: rgb(166,85,2); }
div.DivClassName
{
background-color: #A65502;
}
.BgClassName
{
background-color: #A65502;
}
</style>
border-color css
<style>
span { border-color: #A65502; }
span { border-color: rgb(166,85,2); }
td.TdClassName
{
border-color: #A65502;
}
.TagClassName
{
border-color: #A65502;
}
</style>