Shades of Golden Brown #A65701
Tints of Golden Brown #A65701
RGB
CMYK
RGB Variations
Color information
#A65701 (or 0xA65701) is known color: Golden Brown. HEX triplet: A6, 57 and 01. RGB value is (166,87,1). Sum of RGB (Red+Green+Blue) = 166+87+1=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65701 is #59A8FE. Grayscale: #656565. Windows color (decimal): -5875967 or 87974. OLE color: 87974.
HSL color Cylindrical-coordinate representation of color #A65701: hue angle of 31.27º degrees, saturation: 0.99, 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 #A65701 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 87 | 1 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.35 |
| HSL | 31.27º | 0.99% | 0.33% | - |
| HSV(B) | 31.27º | 0.99% | 0.65% | - |
| XYZ | 19.14 | 14.93 | 1.9 | - |
| YUV | 100.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 87 | 1 | 0 | 0.48 | 0.99 | 0.35 | 31.27 | 0.99 | 0.33 |
| Hex | A6 | 57 | 1 | 0 | 30 | 63 | 23 | 1F | 63 | 21 |
| Octal | 246 | 127 | 1 | 0 | 60 | 143 | 43 | 37 | 143 | 41 |
| Binary | 10100110 | 1010111 | 1 | 0 | 110000 | 1100011 | 100011 | 11111 | 1100011 | 100001 |
Color Harmonies of #A65701
Complementary color
Monochromatic Colors of #A65701
Black with #A65701
Text Example
Text Example
White with #A65701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65701; }
p { color: rgb(166,87,1); }
H1.HeaderClassName
{
color: #A65701;
}
.AnyTagClassName
{
color: #A65701;
}
</style>
background-color css
<style>
a { background-color: #A65701; }
a { background-color: rgb(166,87,1); }
div.DivClassName
{
background-color: #A65701;
}
.BgClassName
{
background-color: #A65701;
}
</style>
border-color css
<style>
span { border-color: #A65701; }
span { border-color: rgb(166,87,1); }
td.TdClassName
{
border-color: #A65701;
}
.TagClassName
{
border-color: #A65701;
}
</style>