#ACCAAE

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

Shades of Zanah #ACCAAE

Tints of Zanah #ACCAAE

Color information

#ACCAAE (or 0xACCAAE) is unknown color: approx Zanah. HEX triplet: AC, CA and AE. RGB value is (172,202,174). Sum of RGB (Red+Green+Blue) = 172+202+174=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAAE is #533551. Grayscale: #BDBDBD. Windows color (decimal): -5453138 or 11455148. OLE color: 11455148.

HSL color Cylindrical-coordinate representation of color #ACCAAE: hue angle of 124º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAAE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB172202174-
CMYK0.1500.140.21
HSL124º22.06%73.33%-
HSV(B)124º14.85%79.22%-
XYZ45.7754.0748.07-
YUV189.84119.06115.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=31.39%
G=36.86%
B=31.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021740.1500.140.2112422.0673.33
HexACCAAEF0E157c1649
Octal254312256170162517426111
Binary101011001100101010101110111101110101011111100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAAE; }

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

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

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

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

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

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

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

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