Shades of Brown #A52A27
Tints of Brown #A52A27
RGB
CMYK
RGB Variations
Color information
#A52A27 (or 0xA52A27) is known color: Brown. HEX triplet: A5, 2A and 27. RGB value is (165,42,39). Sum of RGB (Red+Green+Blue) = 165+42+39=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A27 is #5AD5D8. Grayscale: #4E4E4E. Windows color (decimal): -5952985 or 2566821. OLE color: 2566821.
HSL color Cylindrical-coordinate representation of color #A52A27: hue angle of 1.43º degrees, saturation: 0.62, 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 #A52A27 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 42 | 39 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.35 |
| HSL | 1.43º | 0.62% | 0.4% | - |
| HSV(B) | 1.43º | 0.76% | 0.65% | - |
| XYZ | 16.71 | 9.8 | 2.93 | - |
| YUV | 78.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 42 | 39 | 0 | 0.75 | 0.76 | 0.35 | 1.43 | 0.62 | 0.4 |
| Hex | A5 | 2A | 27 | 0 | 4B | 4C | 23 | 1 | 3E | 28 |
| Octal | 245 | 52 | 47 | 0 | 113 | 114 | 43 | 1 | 76 | 50 |
| Binary | 10100101 | 101010 | 100111 | 0 | 1001011 | 1001100 | 100011 | 1 | 111110 | 101000 |
Color Harmonies of #A52A27
Complementary color
Monochromatic Colors of #A52A27
Black with #A52A27
Text Example
Text Example
White with #A52A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A27; }
p { color: rgb(165,42,39); }
H1.HeaderClassName
{
color: #A52A27;
}
.AnyTagClassName
{
color: #A52A27;
}
</style>
background-color css
<style>
a { background-color: #A52A27; }
a { background-color: rgb(165,42,39); }
div.DivClassName
{
background-color: #A52A27;
}
.BgClassName
{
background-color: #A52A27;
}
</style>
border-color css
<style>
span { border-color: #A52A27; }
span { border-color: rgb(165,42,39); }
td.TdClassName
{
border-color: #A52A27;
}
.TagClassName
{
border-color: #A52A27;
}
</style>