#AACCAC

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

Shades of Zanah #AACCAC

Tints of Zanah #AACCAC

Color information

#AACCAC (or 0xAACCAC) is unknown color: approx Zanah. HEX triplet: AA, CC and AC. RGB value is (170,204,172). Sum of RGB (Red+Green+Blue) = 170+204+172=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCAC is #553353. Grayscale: #BEBEBE. Windows color (decimal): -5583700 or 11324586. OLE color: 11324586.

HSL color Cylindrical-coordinate representation of color #AACCAC: hue angle of 123.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCAC is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB170204172-
CMYK0.1700.160.2
HSL123.53º25%73.33%-
HSV(B)123.53º16.67%80%-
XYZ45.6254.7147.19-
YUV190.19117.74113.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=31.14%
G=37.36%
B=31.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041720.1700.160.2123.532573.33
HexAACCAC11010147c1949
Octal252314254210202417431111
Binary10101010110011001010110010001010000101001111100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCAC; }

 p { color: rgb(170,204,172); }

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

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

 a { background-color: rgb(170,204,172); }

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

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

 span { border-color: rgb(170,204,172); }

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