Shades of Brown #A92B2B
Tints of Brown #A92B2B
RGB
CMYK
RGB Variations
Color information
#A92B2B (or 0xA92B2B) is known color: Brown. HEX triplet: A9, 2B and 2B. RGB value is (169,43,43). Sum of RGB (Red+Green+Blue) = 169+43+43=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92B2B is #56D4D4. Grayscale: #505050. Windows color (decimal): -5690581 or 2829225. OLE color: 2829225.
HSL color Cylindrical-coordinate representation of color #A92B2B: hue angle of 0º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92B2B is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 43 | 43 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.34 |
| HSL | 0º | 0.59% | 0.42% | - |
| HSV(B) | 0º | 0.75% | 0.66% | - |
| XYZ | 17.66 | 10.34 | 3.35 | - |
| YUV | 80.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 43 | 43 | 0 | 0.75 | 0.75 | 0.34 | 0 | 0.59 | 0.42 |
| Hex | A9 | 2B | 2B | 0 | 4B | 4B | 22 | 0 | 3B | 2A |
| Octal | 251 | 53 | 53 | 0 | 113 | 113 | 42 | 0 | 73 | 52 |
| Binary | 10101001 | 101011 | 101011 | 0 | 1001011 | 1001011 | 100010 | 0 | 111011 | 101010 |
Color Harmonies of #A92B2B
Complementary color
Monochromatic Colors of #A92B2B
Black with #A92B2B
Text Example
Text Example
White with #A92B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92B2B; }
p { color: rgb(169,43,43); }
H1.HeaderClassName
{
color: #A92B2B;
}
.AnyTagClassName
{
color: #A92B2B;
}
</style>
background-color css
<style>
a { background-color: #A92B2B; }
a { background-color: rgb(169,43,43); }
div.DivClassName
{
background-color: #A92B2B;
}
.BgClassName
{
background-color: #A92B2B;
}
</style>
border-color css
<style>
span { border-color: #A92B2B; }
span { border-color: rgb(169,43,43); }
td.TdClassName
{
border-color: #A92B2B;
}
.TagClassName
{
border-color: #A92B2B;
}
</style>