Shades of Brown #A52A28
Tints of Brown #A52A28
RGB
CMYK
RGB Variations
Color information
#A52A28 (or 0xA52A28) is known color: Brown. HEX triplet: A5, 2A and 28. RGB value is (165,42,40). Sum of RGB (Red+Green+Blue) = 165+42+40=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A28 is #5AD5D7. Grayscale: #4E4E4E. Windows color (decimal): -5952984 or 2632357. OLE color: 2632357.
HSL color Cylindrical-coordinate representation of color #A52A28: hue angle of 0.96º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52A28 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 40 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.35 |
| HSL | 0.96º | 0.61% | 0.4% | - |
| HSV(B) | 0.96º | 0.76% | 0.65% | - |
| XYZ | 16.73 | 9.81 | 3.02 | - |
| YUV | 78.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 40 | 0 | 0.75 | 0.76 | 0.35 | 0.96 | 0.61 | 0.4 |
| Hex | A5 | 2A | 28 | 0 | 4B | 4C | 23 | 1 | 3D | 28 |
| Octal | 245 | 52 | 50 | 0 | 113 | 114 | 43 | 1 | 75 | 50 |
| Binary | 10100101 | 101010 | 101000 | 0 | 1001011 | 1001100 | 100011 | 1 | 111101 | 101000 |
Color Harmonies of #A52A28
Complementary color
Monochromatic Colors of #A52A28
Black with #A52A28
Text Example
Text Example
White with #A52A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A28; }
p { color: rgb(165,42,40); }
H1.HeaderClassName
{
color: #A52A28;
}
.AnyTagClassName
{
color: #A52A28;
}
</style>
background-color css
<style>
a { background-color: #A52A28; }
a { background-color: rgb(165,42,40); }
div.DivClassName
{
background-color: #A52A28;
}
.BgClassName
{
background-color: #A52A28;
}
</style>
border-color css
<style>
span { border-color: #A52A28; }
span { border-color: rgb(165,42,40); }
td.TdClassName
{
border-color: #A52A28;
}
.TagClassName
{
border-color: #A52A28;
}
</style>