Shades of Brown #A52A2A
Tints of Brown #A52A2A
RGB
CMYK
RGB Variations
Color information
#A52A2A (or 0xA52A2A) is known color: Brown. HEX triplet: A5, 2A and 2A. RGB value is (165,42,42). Sum of RGB (Red+Green+Blue) = 165+42+42=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A2A is #5AD5D5. Grayscale: #4E4E4E. Windows color (decimal): -5952982 or 2763429. OLE color: 2763429.
HSL color Cylindrical-coordinate representation of color #A52A2A: hue angle of 0º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52A2A is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
RGB | 165 | 42 | 42 | - |
CMYK | 0 | 0.75 | 0.75 | 0.35 |
HSL | 0º | 0.59% | 0.41% | - |
HSV(B) | 0º | 0.75% | 0.65% | - |
XYZ | 16.76 | 9.82 | 3.2 | - |
YUV | 78.78 | 107.25 | 189.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 165 | 42 | 42 | 0 | 0.75 | 0.75 | 0.35 | 0 | 0.59 | 0.41 |
Hex | A5 | 2A | 2A | 0 | 4B | 4B | 23 | 0 | 3B | 29 |
Octal | 245 | 52 | 52 | 0 | 113 | 113 | 43 | 0 | 73 | 51 |
Binary | 10100101 | 101010 | 101010 | 0 | 1001011 | 1001011 | 100011 | 0 | 111011 | 101001 |
Color Harmonies of #A52A2A
Complementary color
Monochromatic Colors of #A52A2A
Black with #A52A2A
Text Example
Text Example
White with #A52A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52A2A; }
p { color: rgb(165,42,42); }
H1.HeaderClassName
{
color: #A52A2A;
}
.AnyTagClassName
{
color: #A52A2A;
}
</style>
background-color css
<style>
a { background-color: #A52A2A; }
a { background-color: rgb(165,42,42); }
div.DivClassName
{
background-color: #A52A2A;
}
.BgClassName
{
background-color: #A52A2A;
}
</style>
border-color css
<style>
span { border-color: #A52A2A; }
span { border-color: rgb(165,42,42); }
td.TdClassName
{
border-color: #A52A2A;
}
.TagClassName
{
border-color: #A52A2A;
}
</style>