Shades of Golden Brown #A65802
Tints of Golden Brown #A65802
RGB
CMYK
RGB Variations
Color information
#A65802 (or 0xA65802) is known color: Golden Brown. HEX triplet: A6, 58 and 02. RGB value is (166,88,2). Sum of RGB (Red+Green+Blue) = 166+88+2=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A65802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65802 is #59A7FD. Grayscale: #656565. Windows color (decimal): -5875710 or 153766. OLE color: 153766.
HSL color Cylindrical-coordinate representation of color #A65802: hue angle of 31.46º 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 #A65802 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.35 |
| HSL | 31.46º | 0.98% | 0.33% | - |
| HSV(B) | 31.46º | 0.99% | 0.65% | - |
| XYZ | 19.23 | 15.09 | 1.96 | - |
| YUV | 101.52 | 71.84 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 2 | 0 | 0.47 | 0.99 | 0.35 | 31.46 | 0.98 | 0.33 |
| Hex | A6 | 58 | 2 | 0 | 2F | 63 | 23 | 1F | 62 | 21 |
| Octal | 246 | 130 | 2 | 0 | 57 | 143 | 43 | 37 | 142 | 41 |
| Binary | 10100110 | 1011000 | 10 | 0 | 101111 | 1100011 | 100011 | 11111 | 1100010 | 100001 |
Color Harmonies of #A65802
Complementary color
Monochromatic Colors of #A65802
Black with #A65802
Text Example
Text Example
White with #A65802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65802; }
p { color: rgb(166,88,2); }
H1.HeaderClassName
{
color: #A65802;
}
.AnyTagClassName
{
color: #A65802;
}
</style>
background-color css
<style>
a { background-color: #A65802; }
a { background-color: rgb(166,88,2); }
div.DivClassName
{
background-color: #A65802;
}
.BgClassName
{
background-color: #A65802;
}
</style>
border-color css
<style>
span { border-color: #A65802; }
span { border-color: rgb(166,88,2); }
td.TdClassName
{
border-color: #A65802;
}
.TagClassName
{
border-color: #A65802;
}
</style>