Shades of Brown #A52F16
Tints of Brown #A52F16
RGB
CMYK
RGB Variations
Color information
#A52F16 (or 0xA52F16) is known color: Brown. HEX triplet: A5, 2F and 16. RGB value is (165,47,22). Sum of RGB (Red+Green+Blue) = 165+47+22=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F16 is #5AD0E9. Grayscale: #4F4F4F. Windows color (decimal): -5951722 or 1453989. OLE color: 1453989.
HSL color Cylindrical-coordinate representation of color #A52F16: hue angle of 10.49º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A52F16 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 22 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.35 |
| HSL | 10.49º | 0.76% | 0.37% | - |
| HSV(B) | 10.49º | 0.87% | 0.65% | - |
| XYZ | 16.68 | 10.09 | 1.83 | - |
| YUV | 79.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 22 | 0 | 0.72 | 0.87 | 0.35 | 10.49 | 0.76 | 0.37 |
| Hex | A5 | 2F | 16 | 0 | 48 | 57 | 23 | A | 4C | 25 |
| Octal | 245 | 57 | 26 | 0 | 110 | 127 | 43 | 12 | 114 | 45 |
| Binary | 10100101 | 101111 | 10110 | 0 | 1001000 | 1010111 | 100011 | 1010 | 1001100 | 100101 |
Color Harmonies of #A52F16
Complementary color
Monochromatic Colors of #A52F16
Black with #A52F16
Text Example
Text Example
White with #A52F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F16; }
p { color: rgb(165,47,22); }
H1.HeaderClassName
{
color: #A52F16;
}
.AnyTagClassName
{
color: #A52F16;
}
</style>
background-color css
<style>
a { background-color: #A52F16; }
a { background-color: rgb(165,47,22); }
div.DivClassName
{
background-color: #A52F16;
}
.BgClassName
{
background-color: #A52F16;
}
</style>
border-color css
<style>
span { border-color: #A52F16; }
span { border-color: rgb(165,47,22); }
td.TdClassName
{
border-color: #A52F16;
}
.TagClassName
{
border-color: #A52F16;
}
</style>