#AACCAB

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

Shades of Zanah #AACCAB

Tints of Zanah #AACCAB

Color information

#AACCAB (or 0xAACCAB) is unknown color: approx Zanah. HEX triplet: AA, CC and AB. RGB value is (170,204,171). Sum of RGB (Red+Green+Blue) = 170+204+171=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCAB is #553354. Grayscale: #BEBEBE. Windows color (decimal): -5583701 or 11259050. OLE color: 11259050.

HSL color Cylindrical-coordinate representation of color #AACCAB: hue angle of 121.76º 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 #AACCAB is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB170204171-
CMYK0.1700.160.2
HSL121.76º25%73.33%-
HSV(B)121.76º16.67%80%-
XYZ45.5254.6746.68-
YUV190.07117.24113.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=31.19%
G=37.43%
B=31.38%

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
Decimal1702041710.1700.160.2121.762573.33
HexAACCAB11010147a1949
Octal252314253210202417231111
Binary10101010110011001010101110001010000101001111010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCAB; }

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

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

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

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

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

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

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

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