Shades of Brown #A02618
Tints of Brown #A02618
RGB
CMYK
RGB Variations
Color information
#A02618 (or 0xA02618) is known color: Brown. HEX triplet: A0, 26 and 18. RGB value is (160,38,24). Sum of RGB (Red+Green+Blue) = 160+38+24=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A02618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02618 is #5FD9E7. Grayscale: #494949. Windows color (decimal): -6281704 or 1582752. OLE color: 1582752.
HSL color Cylindrical-coordinate representation of color #A02618: hue angle of 6.18º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A02618 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 24 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.37 |
| HSL | 6.18º | 0.74% | 0.36% | - |
| HSV(B) | 6.18º | 0.85% | 0.63% | - |
| XYZ | 15.36 | 8.93 | 1.78 | - |
| YUV | 72.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 24 | 0 | 0.76 | 0.85 | 0.37 | 6.18 | 0.74 | 0.36 |
| Hex | A0 | 26 | 18 | 0 | 4C | 55 | 25 | 6 | 4A | 24 |
| Octal | 240 | 46 | 30 | 0 | 114 | 125 | 45 | 6 | 112 | 44 |
| Binary | 10100000 | 100110 | 11000 | 0 | 1001100 | 1010101 | 100101 | 110 | 1001010 | 100100 |
Color Harmonies of #A02618
Complementary color
Monochromatic Colors of #A02618
Black with #A02618
Text Example
Text Example
White with #A02618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02618; }
p { color: rgb(160,38,24); }
H1.HeaderClassName
{
color: #A02618;
}
.AnyTagClassName
{
color: #A02618;
}
</style>
background-color css
<style>
a { background-color: #A02618; }
a { background-color: rgb(160,38,24); }
div.DivClassName
{
background-color: #A02618;
}
.BgClassName
{
background-color: #A02618;
}
</style>
border-color css
<style>
span { border-color: #A02618; }
span { border-color: rgb(160,38,24); }
td.TdClassName
{
border-color: #A02618;
}
.TagClassName
{
border-color: #A02618;
}
</style>