Shades of Brown #A52F29
Tints of Brown #A52F29
RGB
CMYK
RGB Variations
Color information
#A52F29 (or 0xA52F29) is known color: Brown. HEX triplet: A5, 2F and 29. RGB value is (165,47,41). Sum of RGB (Red+Green+Blue) = 165+47+41=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F29 is #5AD0D6. Grayscale: #515151. Windows color (decimal): -5951703 or 2699173. OLE color: 2699173.
HSL color Cylindrical-coordinate representation of color #A52F29: hue angle of 2.9º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52F29 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 47 | 41 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.35 |
| HSL | 2.9º | 0.6% | 0.4% | - |
| HSV(B) | 2.9º | 0.75% | 0.65% | - |
| XYZ | 16.93 | 10.19 | 3.17 | - |
| YUV | 81.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 47 | 41 | 0 | 0.72 | 0.75 | 0.35 | 2.9 | 0.6 | 0.4 |
| Hex | A5 | 2F | 29 | 0 | 48 | 4B | 23 | 3 | 3C | 28 |
| Octal | 245 | 57 | 51 | 0 | 110 | 113 | 43 | 3 | 74 | 50 |
| Binary | 10100101 | 101111 | 101001 | 0 | 1001000 | 1001011 | 100011 | 11 | 111100 | 101000 |
Color Harmonies of #A52F29
Complementary color
Monochromatic Colors of #A52F29
Black with #A52F29
Text Example
Text Example
White with #A52F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52F29; }
p { color: rgb(165,47,41); }
H1.HeaderClassName
{
color: #A52F29;
}
.AnyTagClassName
{
color: #A52F29;
}
</style>
background-color css
<style>
a { background-color: #A52F29; }
a { background-color: rgb(165,47,41); }
div.DivClassName
{
background-color: #A52F29;
}
.BgClassName
{
background-color: #A52F29;
}
</style>
border-color css
<style>
span { border-color: #A52F29; }
span { border-color: rgb(165,47,41); }
td.TdClassName
{
border-color: #A52F29;
}
.TagClassName
{
border-color: #A52F29;
}
</style>