Shades of Golden Brown #A05F1A
Tints of Golden Brown #A05F1A
RGB
CMYK
RGB Variations
Color information
#A05F1A (or 0xA05F1A) is known color: Golden Brown. HEX triplet: A0, 5F and 1A. RGB value is (160,95,26). Sum of RGB (Red+Green+Blue) = 160+95+26=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05F1A is #5FA0E5. Grayscale: #6A6A6A. Windows color (decimal): -6267110 or 1728416. OLE color: 1728416.
HSL color Cylindrical-coordinate representation of color #A05F1A: hue angle of 30.9º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A05F1A is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 95 | 26 | - |
| CMYK | 0 | 0.41 | 0.84 | 0.37 |
| HSL | 30.9º | 0.72% | 0.36% | - |
| HSV(B) | 30.9º | 0.84% | 0.63% | - |
| XYZ | 18.78 | 15.73 | 3.02 | - |
| YUV | 106.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 26 | 0 | 0.41 | 0.84 | 0.37 | 30.9 | 0.72 | 0.36 |
| Hex | A0 | 5F | 1A | 0 | 29 | 54 | 25 | 1F | 48 | 24 |
| Octal | 240 | 137 | 32 | 0 | 51 | 124 | 45 | 37 | 110 | 44 |
| Binary | 10100000 | 1011111 | 11010 | 0 | 101001 | 1010100 | 100101 | 11111 | 1001000 | 100100 |
Color Harmonies of #A05F1A
Complementary color
Monochromatic Colors of #A05F1A
Black with #A05F1A
Text Example
Text Example
White with #A05F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05F1A; }
p { color: rgb(160,95,26); }
H1.HeaderClassName
{
color: #A05F1A;
}
.AnyTagClassName
{
color: #A05F1A;
}
</style>
background-color css
<style>
a { background-color: #A05F1A; }
a { background-color: rgb(160,95,26); }
div.DivClassName
{
background-color: #A05F1A;
}
.BgClassName
{
background-color: #A05F1A;
}
</style>
border-color css
<style>
span { border-color: #A05F1A; }
span { border-color: rgb(160,95,26); }
td.TdClassName
{
border-color: #A05F1A;
}
.TagClassName
{
border-color: #A05F1A;
}
</style>