#ABBBAC

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

Shades of Zanah #ABBBAC

Tints of Zanah #ABBBAC

Color information

#ABBBAC (or 0xABBBAC) is unknown color: approx Zanah. HEX triplet: AB, BB and AC. RGB value is (171,187,172). Sum of RGB (Red+Green+Blue) = 171+187+172=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAC is #544453. Grayscale: #B4B4B4. Windows color (decimal): -5522516 or 11320235. OLE color: 11320235.

HSL color Cylindrical-coordinate representation of color #ABBBAC: hue angle of 123.75º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBAC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB171187172-
CMYK0.0900.080.27
HSL123.75º10.53%70.2%-
HSV(B)123.75º8.56%73.33%-
XYZ42.0147.1845.92-
YUV180.51123.2121.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=32.26%
G=35.28%
B=32.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871720.0900.080.27123.7510.5370.2
HexABBBAC9081B7cb46
Octal253273254110103317413106
Binary10101011101110111010110010010100011011111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBAC; }

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

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

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

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

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

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

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

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