#ABCCA7

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

Shades of Zanah #ABCCA7

Tints of Zanah #ABCCA7

Color information

#ABCCA7 (or 0xABCCA7) is unknown color: approx Zanah. HEX triplet: AB, CC and A7. RGB value is (171,204,167). Sum of RGB (Red+Green+Blue) = 171+204+167=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCA7 is #543358. Grayscale: #BEBEBE. Windows color (decimal): -5518169 or 10996907. OLE color: 10996907.

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

Color convert

RGB171204167-
CMYK0.1600.180.2
HSL113.51º26.62%72.75%-
HSV(B)113.51º18.14%80%-
XYZ45.3654.6344.71-
YUV189.92115.07114.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 204 (80.08% from 255) = 37.64%
BLUE value IS 167 (65.62% from 255) = 30.81%
R=31.55%
G=37.64%
B=30.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041670.1600.180.2113.5126.6272.75
HexABCCA71001214721b49
Octal253314247200222416233111
Binary10101011110011001010011110000010010101001110010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCA7; }

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

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

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

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

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

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

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

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