Shades of Zanah #AEC3AC
Tints of Zanah #AEC3AC
RGB
CMYK
RGB Variations
Color information
#AEC3AC (or 0xAEC3AC) is known color: Zanah. HEX triplet: AE, C3 and AC. RGB value is (174,195,172). Sum of RGB (Red+Green+Blue) = 174+195+172=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC3AC is #513C53. Grayscale: #BABABA. Windows color (decimal): -5323860 or 11322286. OLE color: 11322286.
HSL color Cylindrical-coordinate representation of color #AEC3AC: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC3AC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 195 | 172 | - |
CMYK | 0.11 | 0 | 0.12 | 0.24 |
HSL | 114.78º | 0.16% | 0.72% | - |
HSV(B) | 114.78º | 0.12% | 0.76% | - |
XYZ | 44.42 | 51.01 | 46.53 | - |
YUV | 186.1 | 120.04 | 119.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 195 | 172 | 0.11 | 0 | 0.12 | 0.24 | 114.78 | 0.16 | 0.72 |
Hex | AE | C3 | AC | B | 0 | C | 18 | 73 | 10 | 48 |
Octal | 256 | 303 | 254 | 13 | 0 | 14 | 30 | 163 | 20 | 110 |
Binary | 10101110 | 11000011 | 10101100 | 1011 | 0 | 1100 | 11000 | 1110011 | 10000 | 1001000 |
Color Harmonies of #AEC3AC
Complementary color
Monochromatic Colors of #AEC3AC
Black with #AEC3AC
Text Example
Text Example
White with #AEC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC3AC; }
p { color: rgb(174,195,172); }
H1.HeaderClassName
{
color: #AEC3AC;
}
.AnyTagClassName
{
color: #AEC3AC;
}
</style>
background-color css
<style>
a { background-color: #AEC3AC; }
a { background-color: rgb(174,195,172); }
div.DivClassName
{
background-color: #AEC3AC;
}
.BgClassName
{
background-color: #AEC3AC;
}
</style>
border-color css
<style>
span { border-color: #AEC3AC; }
span { border-color: rgb(174,195,172); }
td.TdClassName
{
border-color: #AEC3AC;
}
.TagClassName
{
border-color: #AEC3AC;
}
</style>