#AACFA7

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

Shades of Zanah #AACFA7

Tints of Zanah #AACFA7

Color information

#AACFA7 (or 0xAACFA7) is unknown color: approx Zanah. HEX triplet: AA, CF and A7. RGB value is (170,207,167). Sum of RGB (Red+Green+Blue) = 170+207+167=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFA7 is #553058. Grayscale: #BFBFBF. Windows color (decimal): -5582937 or 10997674. OLE color: 10997674.

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

Color convert

RGB170207167-
CMYK0.1800.190.19
HSL115.5º29.41%73.33%-
HSV(B)115.5º19.32%81.18%-
XYZ45.8755.9644.94-
YUV191.38114.24112.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 207 (81.25% from 255) = 38.05%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=31.25%
G=38.05%
B=30.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071670.1800.190.19115.529.4173.33
HexAACFA71201313731d49
Octal252317247220232316335111
Binary10101010110011111010011110010010011100111110011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFA7; }

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

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

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

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

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

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

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

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