Shades of Golden Brown #A65402
Tints of Golden Brown #A65402
RGB
CMYK
RGB Variations
Color information
#A65402 (or 0xA65402) is known color: Golden Brown. HEX triplet: A6, 54 and 02. RGB value is (166,84,2). Sum of RGB (Red+Green+Blue) = 166+84+2=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A65402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65402 is #59ABFD. Grayscale: #636363. Windows color (decimal): -5876734 or 152742. OLE color: 152742.
HSL color Cylindrical-coordinate representation of color #A65402: hue angle of 30º 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 #A65402 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.35 |
| HSL | 30º | 0.98% | 0.33% | - |
| HSV(B) | 30º | 0.99% | 0.65% | - |
| XYZ | 18.91 | 14.45 | 1.85 | - |
| YUV | 99.17 | 73.17 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 2 | 0 | 0.49 | 0.99 | 0.35 | 30 | 0.98 | 0.33 |
| Hex | A6 | 54 | 2 | 0 | 31 | 63 | 23 | 1E | 62 | 21 |
| Octal | 246 | 124 | 2 | 0 | 61 | 143 | 43 | 36 | 142 | 41 |
| Binary | 10100110 | 1010100 | 10 | 0 | 110001 | 1100011 | 100011 | 11110 | 1100010 | 100001 |
Color Harmonies of #A65402
Complementary color
Monochromatic Colors of #A65402
Black with #A65402
Text Example
Text Example
White with #A65402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65402; }
p { color: rgb(166,84,2); }
H1.HeaderClassName
{
color: #A65402;
}
.AnyTagClassName
{
color: #A65402;
}
</style>
background-color css
<style>
a { background-color: #A65402; }
a { background-color: rgb(166,84,2); }
div.DivClassName
{
background-color: #A65402;
}
.BgClassName
{
background-color: #A65402;
}
</style>
border-color css
<style>
span { border-color: #A65402; }
span { border-color: rgb(166,84,2); }
td.TdClassName
{
border-color: #A65402;
}
.TagClassName
{
border-color: #A65402;
}
</style>