Shades of Brown #A52D2B
Tints of Brown #A52D2B
RGB
CMYK
RGB Variations
Color information
#A52D2B (or 0xA52D2B) is known color: Brown. HEX triplet: A5, 2D and 2B. RGB value is (165,45,43). Sum of RGB (Red+Green+Blue) = 165+45+43=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D2B is #5AD2D4. Grayscale: #505050. Windows color (decimal): -5952213 or 2829733. OLE color: 2829733.
HSL color Cylindrical-coordinate representation of color #A52D2B: hue angle of 0.98º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52D2B is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 45 | 43 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.35 |
| HSL | 0.98º | 0.59% | 0.41% | - |
| HSV(B) | 0.98º | 0.74% | 0.65% | - |
| XYZ | 16.89 | 10.05 | 3.34 | - |
| YUV | 80.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 43 | 0 | 0.73 | 0.74 | 0.35 | 0.98 | 0.59 | 0.41 |
| Hex | A5 | 2D | 2B | 0 | 49 | 4A | 23 | 1 | 3B | 29 |
| Octal | 245 | 55 | 53 | 0 | 111 | 112 | 43 | 1 | 73 | 51 |
| Binary | 10100101 | 101101 | 101011 | 0 | 1001001 | 1001010 | 100011 | 1 | 111011 | 101001 |
Color Harmonies of #A52D2B
Complementary color
Monochromatic Colors of #A52D2B
Black with #A52D2B
Text Example
Text Example
White with #A52D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52D2B; }
p { color: rgb(165,45,43); }
H1.HeaderClassName
{
color: #A52D2B;
}
.AnyTagClassName
{
color: #A52D2B;
}
</style>
background-color css
<style>
a { background-color: #A52D2B; }
a { background-color: rgb(165,45,43); }
div.DivClassName
{
background-color: #A52D2B;
}
.BgClassName
{
background-color: #A52D2B;
}
</style>
border-color css
<style>
span { border-color: #A52D2B; }
span { border-color: rgb(165,45,43); }
td.TdClassName
{
border-color: #A52D2B;
}
.TagClassName
{
border-color: #A52D2B;
}
</style>