#AAC8A6

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

Shades of Zanah #AAC8A6

Tints of Zanah #AAC8A6

Color information

#AAC8A6 (or 0xAAC8A6) is unknown color: approx Zanah. HEX triplet: AA, C8 and A6. RGB value is (170,200,166). Sum of RGB (Red+Green+Blue) = 170+200+166=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8A6 is #553759. Grayscale: #BBBBBB. Windows color (decimal): -5584730 or 10930346. OLE color: 10930346.

HSL color Cylindrical-coordinate representation of color #AAC8A6: hue angle of 112.94º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC8A6 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB170200166-
CMYK0.1500.170.22
HSL112.94º23.61%71.76%-
HSV(B)112.94º17%78.43%-
XYZ44.1152.6143.91-
YUV187.15116.06115.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=31.72%
G=37.31%
B=30.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001660.1500.170.22112.9423.6171.76
HexAAC8A6F01116711848
Octal252310246170212616130110
Binary1010101011001000101001101111010001101101110001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8A6; }

 p { color: rgb(170,200,166); }

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

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

 a { background-color: rgb(170,200,166); }

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

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

 span { border-color: rgb(170,200,166); }

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