#ABCAA9

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

Shades of Zanah #ABCAA9

Tints of Zanah #ABCAA9

Color information

#ABCAA9 (or 0xABCAA9) is unknown color: approx Zanah. HEX triplet: AB, CA and A9. RGB value is (171,202,169). Sum of RGB (Red+Green+Blue) = 171+202+169=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAA9 is #543556. Grayscale: #BDBDBD. Windows color (decimal): -5518679 or 11127467. OLE color: 11127467.

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

Color convert

RGB171202169-
CMYK0.1500.160.21
HSL116.36º23.74%72.75%-
HSV(B)116.36º16.34%79.22%-
XYZ45.0853.7645.54-
YUV188.97116.73115.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 169 (66.41% from 255) = 31.18%
R=31.55%
G=37.27%
B=31.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021690.1500.160.21116.3623.7472.75
HexABCAA9F01015741849
Octal253312251170202516430111
Binary1010101111001010101010011111010000101011110100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAA9; }

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

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

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

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

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

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

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

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