Shades of Brown #A52E2C
Tints of Brown #A52E2C
RGB
CMYK
RGB Variations
Color information
#A52E2C (or 0xA52E2C) is known color: Brown. HEX triplet: A5, 2E and 2C. RGB value is (165,46,44). Sum of RGB (Red+Green+Blue) = 165+46+44=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A52E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52E2C is #5AD1D3. Grayscale: #515151. Windows color (decimal): -5951956 or 2895525. OLE color: 2895525.
HSL color Cylindrical-coordinate representation of color #A52E2C: hue angle of 0.99º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52E2C is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 46 | 44 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.35 |
| HSL | 0.99º | 0.58% | 0.41% | - |
| HSV(B) | 0.99º | 0.73% | 0.65% | - |
| XYZ | 16.95 | 10.14 | 3.45 | - |
| YUV | 81.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 44 | 0 | 0.72 | 0.73 | 0.35 | 0.99 | 0.58 | 0.41 |
| Hex | A5 | 2E | 2C | 0 | 48 | 49 | 23 | 1 | 3A | 29 |
| Octal | 245 | 56 | 54 | 0 | 110 | 111 | 43 | 1 | 72 | 51 |
| Binary | 10100101 | 101110 | 101100 | 0 | 1001000 | 1001001 | 100011 | 1 | 111010 | 101001 |
Color Harmonies of #A52E2C
Complementary color
Monochromatic Colors of #A52E2C
Black with #A52E2C
Text Example
Text Example
White with #A52E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52E2C; }
p { color: rgb(165,46,44); }
H1.HeaderClassName
{
color: #A52E2C;
}
.AnyTagClassName
{
color: #A52E2C;
}
</style>
background-color css
<style>
a { background-color: #A52E2C; }
a { background-color: rgb(165,46,44); }
div.DivClassName
{
background-color: #A52E2C;
}
.BgClassName
{
background-color: #A52E2C;
}
</style>
border-color css
<style>
span { border-color: #A52E2C; }
span { border-color: rgb(165,46,44); }
td.TdClassName
{
border-color: #A52E2C;
}
.TagClassName
{
border-color: #A52E2C;
}
</style>