Shades of Aztec #2A3635
Tints of Aztec #2A3635
RGB
CMYK
RGB Variations
Color information
#2A3635 (or 0x2A3635) is known color: Aztec. HEX triplet: 2A, 36 and 35. RGB value is (42,54,53). Sum of RGB (Red+Green+Blue) = 42+54+53=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3635 is #D5C9CA. Grayscale: #323232. Windows color (decimal): -14010827 or 3487274. OLE color: 3487274.
HSL color Cylindrical-coordinate representation of color #2A3635: hue angle of 175º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A3635 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 53 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.79 |
| HSL | 175º | 0.13% | 0.19% | - |
| HSV(B) | 175º | 0.22% | 0.21% | - |
| XYZ | 2.92 | 3.39 | 3.87 | - |
| YUV | 50.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 53 | 0.22 | 0 | 0.02 | 0.79 | 175 | 0.13 | 0.19 |
| Hex | 2A | 36 | 35 | 16 | 0 | 2 | 4F | AF | C | 13 |
| Octal | 52 | 66 | 65 | 26 | 0 | 2 | 117 | 257 | 14 | 23 |
| Binary | 101010 | 110110 | 110101 | 10110 | 0 | 10 | 1001111 | 10101111 | 1100 | 10011 |
Color Harmonies of #2A3635
Complementary color
Monochromatic Colors of #2A3635
Black with #2A3635
Text Example
Text Example
White with #2A3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3635; }
p { color: rgb(42,54,53); }
H1.HeaderClassName
{
color: #2A3635;
}
.AnyTagClassName
{
color: #2A3635;
}
</style>
background-color css
<style>
a { background-color: #2A3635; }
a { background-color: rgb(42,54,53); }
div.DivClassName
{
background-color: #2A3635;
}
.BgClassName
{
background-color: #2A3635;
}
</style>
border-color css
<style>
span { border-color: #2A3635; }
span { border-color: rgb(42,54,53); }
td.TdClassName
{
border-color: #2A3635;
}
.TagClassName
{
border-color: #2A3635;
}
</style>