Shades of Golden Brown #A65F01
Tints of Golden Brown #A65F01
RGB
CMYK
RGB Variations
Color information
#A65F01 (or 0xA65F01) is known color: Golden Brown. HEX triplet: A6, 5F and 01. RGB value is (166,95,1). Sum of RGB (Red+Green+Blue) = 166+95+1=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F01 is #59A0FE. Grayscale: #696969. Windows color (decimal): -5873919 or 90022. OLE color: 90022.
HSL color Cylindrical-coordinate representation of color #A65F01: hue angle of 34.18º 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 #A65F01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 1 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.35 |
| HSL | 34.18º | 0.99% | 0.33% | - |
| HSV(B) | 34.18º | 0.99% | 0.65% | - |
| XYZ | 19.82 | 16.29 | 2.13 | - |
| YUV | 105.51 | 69.02 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 1 | 0 | 0.43 | 0.99 | 0.35 | 34.18 | 0.99 | 0.33 |
| Hex | A6 | 5F | 1 | 0 | 2B | 63 | 23 | 22 | 63 | 21 |
| Octal | 246 | 137 | 1 | 0 | 53 | 143 | 43 | 42 | 143 | 41 |
| Binary | 10100110 | 1011111 | 1 | 0 | 101011 | 1100011 | 100011 | 100010 | 1100011 | 100001 |
Color Harmonies of #A65F01
Complementary color
Monochromatic Colors of #A65F01
Black with #A65F01
Text Example
Text Example
White with #A65F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F01; }
p { color: rgb(166,95,1); }
H1.HeaderClassName
{
color: #A65F01;
}
.AnyTagClassName
{
color: #A65F01;
}
</style>
background-color css
<style>
a { background-color: #A65F01; }
a { background-color: rgb(166,95,1); }
div.DivClassName
{
background-color: #A65F01;
}
.BgClassName
{
background-color: #A65F01;
}
</style>
border-color css
<style>
span { border-color: #A65F01; }
span { border-color: rgb(166,95,1); }
td.TdClassName
{
border-color: #A65F01;
}
.TagClassName
{
border-color: #A65F01;
}
</style>