#ABCAAC

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

Shades of Zanah #ABCAAC

Tints of Zanah #ABCAAC

Color information

#ABCAAC (or 0xABCAAC) is unknown color: approx Zanah. HEX triplet: AB, CA and AC. RGB value is (171,202,172). Sum of RGB (Red+Green+Blue) = 171+202+172=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAAC is #543553. Grayscale: #BDBDBD. Windows color (decimal): -5518676 or 11324075. OLE color: 11324075.

HSL color Cylindrical-coordinate representation of color #ABCAAC: hue angle of 121.94º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAAC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB171202172-
CMYK0.1500.150.21
HSL121.94º22.63%73.14%-
HSV(B)121.94º15.35%79.22%-
XYZ45.3653.8847.04-
YUV189.31118.23114.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=31.38%
G=37.06%
B=31.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021720.1500.150.21121.9422.6373.14
HexABCAACF0F157a1749
Octal253312254170172517227111
Binary101010111100101010101100111101111101011111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAAC; }

 p { color: rgb(171,202,172); }

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

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

 a { background-color: rgb(171,202,172); }

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

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

 span { border-color: rgb(171,202,172); }

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