Shades of Golden Brown #A65302
Tints of Golden Brown #A65302
RGB
CMYK
RGB Variations
Color information
#A65302 (or 0xA65302) is known color: Golden Brown. HEX triplet: A6, 53 and 02. RGB value is (166,83,2). Sum of RGB (Red+Green+Blue) = 166+83+2=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A65302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65302 is #59ACFD. Grayscale: #626262. Windows color (decimal): -5876990 or 152486. OLE color: 152486.
HSL color Cylindrical-coordinate representation of color #A65302: hue angle of 29.63º 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 #A65302 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.35 |
| HSL | 29.63º | 0.98% | 0.33% | - |
| HSV(B) | 29.63º | 0.99% | 0.65% | - |
| XYZ | 18.83 | 14.3 | 1.82 | - |
| YUV | 98.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 2 | 0 | 0.50 | 0.99 | 0.35 | 29.63 | 0.98 | 0.33 |
| Hex | A6 | 53 | 2 | 0 | 32 | 63 | 23 | 1E | 62 | 21 |
| Octal | 246 | 123 | 2 | 0 | 62 | 143 | 43 | 36 | 142 | 41 |
| Binary | 10100110 | 1010011 | 10 | 0 | 110010 | 1100011 | 100011 | 11110 | 1100010 | 100001 |
Color Harmonies of #A65302
Complementary color
Monochromatic Colors of #A65302
Black with #A65302
Text Example
Text Example
White with #A65302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65302; }
p { color: rgb(166,83,2); }
H1.HeaderClassName
{
color: #A65302;
}
.AnyTagClassName
{
color: #A65302;
}
</style>
background-color css
<style>
a { background-color: #A65302; }
a { background-color: rgb(166,83,2); }
div.DivClassName
{
background-color: #A65302;
}
.BgClassName
{
background-color: #A65302;
}
</style>
border-color css
<style>
span { border-color: #A65302; }
span { border-color: rgb(166,83,2); }
td.TdClassName
{
border-color: #A65302;
}
.TagClassName
{
border-color: #A65302;
}
</style>