Shades of Golden Brown #A55D1A
Tints of Golden Brown #A55D1A
RGB
CMYK
RGB Variations
Color information
#A55D1A (or 0xA55D1A) is known color: Golden Brown. HEX triplet: A5, 5D and 1A. RGB value is (165,93,26). Sum of RGB (Red+Green+Blue) = 165+93+26=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D1A is #5AA2E5. Grayscale: #6B6B6B. Windows color (decimal): -5939942 or 1727909. OLE color: 1727909.
HSL color Cylindrical-coordinate representation of color #A55D1A: hue angle of 28.92º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A55D1A is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 93 | 26 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.35 |
| HSL | 28.92º | 0.73% | 0.37% | - |
| HSV(B) | 28.92º | 0.84% | 0.65% | - |
| XYZ | 19.62 | 15.9 | 3.01 | - |
| YUV | 106.89 | 82.35 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 26 | 0 | 0.44 | 0.84 | 0.35 | 28.92 | 0.73 | 0.37 |
| Hex | A5 | 5D | 1A | 0 | 2C | 54 | 23 | 1D | 49 | 25 |
| Octal | 245 | 135 | 32 | 0 | 54 | 124 | 43 | 35 | 111 | 45 |
| Binary | 10100101 | 1011101 | 11010 | 0 | 101100 | 1010100 | 100011 | 11101 | 1001001 | 100101 |
Color Harmonies of #A55D1A
Complementary color
Monochromatic Colors of #A55D1A
Black with #A55D1A
Text Example
Text Example
White with #A55D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55D1A; }
p { color: rgb(165,93,26); }
H1.HeaderClassName
{
color: #A55D1A;
}
.AnyTagClassName
{
color: #A55D1A;
}
</style>
background-color css
<style>
a { background-color: #A55D1A; }
a { background-color: rgb(165,93,26); }
div.DivClassName
{
background-color: #A55D1A;
}
.BgClassName
{
background-color: #A55D1A;
}
</style>
border-color css
<style>
span { border-color: #A55D1A; }
span { border-color: rgb(165,93,26); }
td.TdClassName
{
border-color: #A55D1A;
}
.TagClassName
{
border-color: #A55D1A;
}
</style>