#AECCAC

Color #AECCAC Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #AECCAC

Tints of Zanah #AECCAC

Color information

#AECCAC (or 0xAECCAC) is unknown color: approx Zanah. HEX triplet: AE, CC and AC. RGB value is (174,204,172). Sum of RGB (Red+Green+Blue) = 174+204+172=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCAC is #513353. Grayscale: #BFBFBF. Windows color (decimal): -5321556 or 11324590. OLE color: 11324590.

HSL color Cylindrical-coordinate representation of color #AECCAC: hue angle of 116.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECCAC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB174204172-
CMYK0.1500.160.2
HSL116.25º23.88%73.73%-
HSV(B)116.25º15.69%80%-
XYZ46.4955.1647.23-
YUV191.38117.06115.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 204 (80.08% from 255) = 37.09%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=31.64%
G=37.09%
B=31.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041720.1500.160.2116.2523.8873.73
HexAECCACF0101474184a
Octal256314254170202416430112
Binary1010111011001100101011001111010000101001110100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCAC; }

 p { color: rgb(174,204,172); }

 H1.HeaderClassName
 {
   color: #AECCAC;
 }
 .AnyTagClassName
 {
   color: #AECCAC;
 }
</style>
background-color css

<style>
 a { background-color: #AECCAC; }

 a { background-color: rgb(174,204,172); }

 div.DivClassName
 {
   background-color: #AECCAC;
 }
 .BgClassName
 {
   background-color: #AECCAC;
 }
</style>
border-color css

<style>
 span { border-color: #AECCAC; }

 span { border-color: rgb(174,204,172); }

 td.TdClassName
 {
   border-color: #AECCAC;
 }
 .TagClassName
 {
   border-color: #AECCAC;
 }
</style>