Shades of Brown #A02F26
Tints of Brown #A02F26
RGB
CMYK
RGB Variations
Color information
#A02F26 (or 0xA02F26) is known color: Brown. HEX triplet: A0, 2F and 26. RGB value is (160,47,38). Sum of RGB (Red+Green+Blue) = 160+47+38=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02F26 is #5FD0D9. Grayscale: #4F4F4F. Windows color (decimal): -6279386 or 2502560. OLE color: 2502560.
HSL color Cylindrical-coordinate representation of color #A02F26: hue angle of 4.43º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02F26 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 38 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.37 |
| HSL | 4.43º | 0.62% | 0.39% | - |
| HSV(B) | 4.43º | 0.76% | 0.63% | - |
| XYZ | 15.86 | 9.65 | 2.86 | - |
| YUV | 79.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 38 | 0 | 0.71 | 0.76 | 0.37 | 4.43 | 0.62 | 0.39 |
| Hex | A0 | 2F | 26 | 0 | 47 | 4C | 25 | 4 | 3E | 27 |
| Octal | 240 | 57 | 46 | 0 | 107 | 114 | 45 | 4 | 76 | 47 |
| Binary | 10100000 | 101111 | 100110 | 0 | 1000111 | 1001100 | 100101 | 100 | 111110 | 100111 |
Color Harmonies of #A02F26
Complementary color
Monochromatic Colors of #A02F26
Black with #A02F26
Text Example
Text Example
White with #A02F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F26; }
p { color: rgb(160,47,38); }
H1.HeaderClassName
{
color: #A02F26;
}
.AnyTagClassName
{
color: #A02F26;
}
</style>
background-color css
<style>
a { background-color: #A02F26; }
a { background-color: rgb(160,47,38); }
div.DivClassName
{
background-color: #A02F26;
}
.BgClassName
{
background-color: #A02F26;
}
</style>
border-color css
<style>
span { border-color: #A02F26; }
span { border-color: rgb(160,47,38); }
td.TdClassName
{
border-color: #A02F26;
}
.TagClassName
{
border-color: #A02F26;
}
</style>