Shades of Golden Brown #A0651C
Tints of Golden Brown #A0651C
RGB
CMYK
RGB Variations
Color information
#A0651C (or 0xA0651C) is known color: Golden Brown. HEX triplet: A0, 65 and 1C. RGB value is (160,101,28). Sum of RGB (Red+Green+Blue) = 160+101+28=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0651C is #5F9AE3. Grayscale: #6E6E6E. Windows color (decimal): -6265572 or 1861024. OLE color: 1861024.
HSL color Cylindrical-coordinate representation of color #A0651C: hue angle of 33.18º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0651C is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 28 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.37 |
| HSL | 33.18º | 0.7% | 0.37% | - |
| HSV(B) | 33.18º | 0.83% | 0.63% | - |
| XYZ | 19.36 | 16.86 | 3.33 | - |
| YUV | 110.32 | 81.55 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 28 | 0 | 0.37 | 0.82 | 0.37 | 33.18 | 0.7 | 0.37 |
| Hex | A0 | 65 | 1C | 0 | 25 | 52 | 25 | 21 | 46 | 25 |
| Octal | 240 | 145 | 34 | 0 | 45 | 122 | 45 | 41 | 106 | 45 |
| Binary | 10100000 | 1100101 | 11100 | 0 | 100101 | 1010010 | 100101 | 100001 | 1000110 | 100101 |
Color Harmonies of #A0651C
Complementary color
Monochromatic Colors of #A0651C
Black with #A0651C
Text Example
Text Example
White with #A0651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0651C; }
p { color: rgb(160,101,28); }
H1.HeaderClassName
{
color: #A0651C;
}
.AnyTagClassName
{
color: #A0651C;
}
</style>
background-color css
<style>
a { background-color: #A0651C; }
a { background-color: rgb(160,101,28); }
div.DivClassName
{
background-color: #A0651C;
}
.BgClassName
{
background-color: #A0651C;
}
</style>
border-color css
<style>
span { border-color: #A0651C; }
span { border-color: rgb(160,101,28); }
td.TdClassName
{
border-color: #A0651C;
}
.TagClassName
{
border-color: #A0651C;
}
</style>