#ABB7AC

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

Shades of Zanah #ABB7AC

Tints of Zanah #ABB7AC

Color information

#ABB7AC (or 0xABB7AC) is unknown color: approx Zanah. HEX triplet: AB, B7 and AC. RGB value is (171,183,172). Sum of RGB (Red+Green+Blue) = 171+183+172=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7AC is #544853. Grayscale: #B2B2B2. Windows color (decimal): -5523540 or 11319211. OLE color: 11319211.

HSL color Cylindrical-coordinate representation of color #ABB7AC: hue angle of 125º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB7AC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB171183172-
CMYK0.0700.060.28
HSL125º7.69%69.41%-
HSV(B)125º6.56%71.76%-
XYZ41.1745.545.64-
YUV178.16124.52122.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 183 (71.88% from 255) = 34.79%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=32.51%
G=34.79%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831720.0700.060.281257.6969.41
HexABB7AC7061C7d845
Octal2532672547063417510105
Binary101010111011011110101100111011011100111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7AC; }

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

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

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

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

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

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

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

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