#ABC3A9

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

Shades of Zanah #ABC3A9

Tints of Zanah #ABC3A9

Color information

#ABC3A9 (or 0xABC3A9) is unknown color: approx Zanah. HEX triplet: AB, C3 and A9. RGB value is (171,195,169). Sum of RGB (Red+Green+Blue) = 171+195+169=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC3A9 is #543C56. Grayscale: #B8B8B8. Windows color (decimal): -5520471 or 11125675. OLE color: 11125675.

HSL color Cylindrical-coordinate representation of color #ABC3A9: hue angle of 115.38º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC3A9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB171195169-
CMYK0.1200.130.24
HSL115.38º17.81%71.37%-
HSV(B)115.38º13.33%76.47%-
XYZ43.4750.5545-
YUV184.86119.05118.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=31.96%
G=36.45%
B=31.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951690.1200.130.24115.3817.8171.37
HexABC3A9C0D18731247
Octal253303251140153016322107
Binary101010111100001110101001110001101110001110011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC3A9; }

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

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

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

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

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

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

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

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