#AACFA9

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

Shades of Zanah #AACFA9

Tints of Zanah #AACFA9

Color information

#AACFA9 (or 0xAACFA9) is unknown color: approx Zanah. HEX triplet: AA, CF and A9. RGB value is (170,207,169). Sum of RGB (Red+Green+Blue) = 170+207+169=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFA9 is #553056. Grayscale: #BFBFBF. Windows color (decimal): -5582935 or 11128746. OLE color: 11128746.

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

Color convert

RGB170207169-
CMYK0.1800.180.19
HSL118.42º28.36%73.73%-
HSV(B)118.42º18.36%81.18%-
XYZ46.0556.0445.93-
YUV191.6115.24112.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=31.14%
G=37.91%
B=30.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071690.1800.180.19118.4228.3673.73
HexAACFA91201213761c4a
Octal252317251220222316634112
Binary10101010110011111010100110010010010100111110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFA9; }

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

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

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

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

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

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

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

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