#AACFA4

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

Shades of Zanah #AACFA4

Tints of Zanah #AACFA4

Color information

#AACFA4 (or 0xAACFA4) is unknown color: approx Zanah. HEX triplet: AA, CF and A4. RGB value is (170,207,164). Sum of RGB (Red+Green+Blue) = 170+207+164=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFA4 is #55305B. Grayscale: #BFBFBF. Windows color (decimal): -5582940 or 10801066. OLE color: 10801066.

HSL color Cylindrical-coordinate representation of color #AACFA4: hue angle of 111.63º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACFA4 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB170207164-
CMYK0.1800.210.19
HSL111.63º30.94%72.75%-
HSV(B)111.63º20.77%81.18%-
XYZ45.5955.8543.5-
YUV191.04112.74113-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=31.42%
G=38.26%
B=30.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071640.1800.210.19111.6330.9472.75
HexAACFA41201513701f49
Octal252317244220252316037111
Binary10101010110011111010010010010010101100111110000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFA4; }

 p { color: rgb(170,207,164); }

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

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

 a { background-color: rgb(170,207,164); }

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

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

 span { border-color: rgb(170,207,164); }

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