#87ABAD

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

Shades of Ziggurat #87ABAD

Tints of Ziggurat #87ABAD

Color information

#87ABAD (or 0x87ABAD) is unknown color: approx Ziggurat. HEX triplet: 87, AB and AD. RGB value is (135,171,173). Sum of RGB (Red+Green+Blue) = 135+171+173=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #87ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ABAD is #785452. Grayscale: #A0A0A0. Windows color (decimal): -7885907 or 11381639. OLE color: 11381639.

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

Color convert

RGB135171173-
CMYK0.220.0100.32
HSL183.16º18.81%60.39%-
HSV(B)183.16º21.97%67.84%-
XYZ32.137.2945.04-
YUV160.46135.07109.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=28.18%
G=35.70%
B=36.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351711730.220.0100.32183.1618.8160.39
Hex87ABAD161020b7133c
Octal2072532552610402672374
Binary10000111101010111010110110110101000001011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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