#87ABAC

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

Shades of Ziggurat #87ABAC

Tints of Ziggurat #87ABAC

Color information

#87ABAC (or 0x87ABAC) is unknown color: approx Ziggurat. HEX triplet: 87, AB and AC. RGB value is (135,171,172). Sum of RGB (Red+Green+Blue) = 135+171+172=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #87ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAC is #785453. Grayscale: #A0A0A0. Windows color (decimal): -7885908 or 11316103. OLE color: 11316103.

HSL color Cylindrical-coordinate representation of color #87ABAC: hue angle of 181.62º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87ABAC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135171172-
CMYK0.220.0100.33
HSL181.62º18.23%60.2%-
HSV(B)181.62º21.51%67.45%-
XYZ3237.2644.53-
YUV160.35134.57109.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=28.24%
G=35.77%
B=35.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351711720.220.0100.33181.6218.2360.2
Hex87ABAC161021b6123c
Octal2072532542610412662274
Binary10000111101010111010110010110101000011011011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87ABAC; }

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

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

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

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

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

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

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

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