#ABB6AC

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

Shades of Zanah #ABB6AC

Tints of Zanah #ABB6AC

Color information

#ABB6AC (or 0xABB6AC) is unknown color: approx Zanah. HEX triplet: AB, B6 and AC. RGB value is (171,182,172). Sum of RGB (Red+Green+Blue) = 171+182+172=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB6AC is #544953. Grayscale: #B1B1B1. Windows color (decimal): -5523796 or 11318955. OLE color: 11318955.

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

Color convert

RGB171182172-
CMYK0.0600.050.29
HSL125.45º7.01%69.22%-
HSV(B)125.45º6.04%71.37%-
XYZ40.9745.0945.57-
YUV177.57124.86123.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=32.57%
G=34.67%
B=32.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821720.0600.050.29125.457.0169.22
HexABB6AC6051D7d745
Octal253266254605351757105
Binary10101011101101101010110011001011110111111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6AC; }

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

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

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

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

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

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

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

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