#AECCAD

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

Shades of Zanah #AECCAD

Tints of Zanah #AECCAD

Color information

#AECCAD (or 0xAECCAD) is unknown color: approx Zanah. HEX triplet: AE, CC and AD. RGB value is (174,204,173). Sum of RGB (Red+Green+Blue) = 174+204+173=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCAD is #513352. Grayscale: #BFBFBF. Windows color (decimal): -5321555 or 11390126. OLE color: 11390126.

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

Color convert

RGB174204173-
CMYK0.1500.150.2
HSL118.06º23.31%73.92%-
HSV(B)118.06º15.2%80%-
XYZ46.5955.247.73-
YUV191.5117.56115.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=31.58%
G=37.02%
B=31.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041730.1500.150.2118.0623.3173.92
HexAECCADF0F1476174a
Octal256314255170172416627112
Binary101011101100110010101101111101111101001110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCAD; }

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

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

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

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

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

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

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

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