Shades of Acadia #3A3632
Tints of Acadia #3A3632
RGB
CMYK
RGB Variations
Color information
#3A3632 (or 0x3A3632) is known color: Acadia. HEX triplet: 3A, 36 and 32. RGB value is (58,54,50). Sum of RGB (Red+Green+Blue) = 58+54+50=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3632 is #C5C9CD. Grayscale: #363636. Windows color (decimal): -12962254 or 3290682. OLE color: 3290682.
HSL color Cylindrical-coordinate representation of color #3A3632: hue angle of 30º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3A3632 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 54 | 50 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.77 |
| HSL | 30º | 0.07% | 0.21% | - |
| HSV(B) | 30º | 0.14% | 0.23% | - |
| XYZ | 3.64 | 3.77 | 3.55 | - |
| YUV | 54.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 50 | 0 | 0.07 | 0.14 | 0.77 | 30 | 0.07 | 0.21 |
| Hex | 3A | 36 | 32 | 0 | 7 | E | 4D | 1E | 7 | 15 |
| Octal | 72 | 66 | 62 | 0 | 7 | 16 | 115 | 36 | 7 | 25 |
| Binary | 111010 | 110110 | 110010 | 0 | 111 | 1110 | 1001101 | 11110 | 111 | 10101 |
Color Harmonies of #3A3632
Complementary color
Monochromatic Colors of #3A3632
Black with #3A3632
Text Example
Text Example
White with #3A3632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3632; }
p { color: rgb(58,54,50); }
H1.HeaderClassName
{
color: #3A3632;
}
.AnyTagClassName
{
color: #3A3632;
}
</style>
background-color css
<style>
a { background-color: #3A3632; }
a { background-color: rgb(58,54,50); }
div.DivClassName
{
background-color: #3A3632;
}
.BgClassName
{
background-color: #3A3632;
}
</style>
border-color css
<style>
span { border-color: #3A3632; }
span { border-color: rgb(58,54,50); }
td.TdClassName
{
border-color: #3A3632;
}
.TagClassName
{
border-color: #3A3632;
}
</style>