Shades of Golden Brown #A65F0B
Tints of Golden Brown #A65F0B
RGB
CMYK
RGB Variations
Color information
#A65F0B (or 0xA65F0B) is known color: Golden Brown. HEX triplet: A6, 5F and 0B. RGB value is (166,95,11). Sum of RGB (Red+Green+Blue) = 166+95+11=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65F0B is #59A0F4. Grayscale: #6B6B6B. Windows color (decimal): -5873909 or 745382. OLE color: 745382.
HSL color Cylindrical-coordinate representation of color #A65F0B: hue angle of 32.52º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A65F0B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 95 | 11 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.35 |
| HSL | 32.52º | 0.88% | 0.35% | - |
| HSV(B) | 32.52º | 0.93% | 0.65% | - |
| XYZ | 19.88 | 16.32 | 2.42 | - |
| YUV | 106.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 95 | 11 | 0 | 0.43 | 0.93 | 0.35 | 32.52 | 0.88 | 0.35 |
| Hex | A6 | 5F | B | 0 | 2B | 5D | 23 | 21 | 58 | 23 |
| Octal | 246 | 137 | 13 | 0 | 53 | 135 | 43 | 41 | 130 | 43 |
| Binary | 10100110 | 1011111 | 1011 | 0 | 101011 | 1011101 | 100011 | 100001 | 1011000 | 100011 |
Color Harmonies of #A65F0B
Complementary color
Monochromatic Colors of #A65F0B
Black with #A65F0B
Text Example
Text Example
White with #A65F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65F0B; }
p { color: rgb(166,95,11); }
H1.HeaderClassName
{
color: #A65F0B;
}
.AnyTagClassName
{
color: #A65F0B;
}
</style>
background-color css
<style>
a { background-color: #A65F0B; }
a { background-color: rgb(166,95,11); }
div.DivClassName
{
background-color: #A65F0B;
}
.BgClassName
{
background-color: #A65F0B;
}
</style>
border-color css
<style>
span { border-color: #A65F0B; }
span { border-color: rgb(166,95,11); }
td.TdClassName
{
border-color: #A65F0B;
}
.TagClassName
{
border-color: #A65F0B;
}
</style>