#87ACAB

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

Shades of Ziggurat #87ACAB

Tints of Ziggurat #87ACAB

Color information

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

HSL color Cylindrical-coordinate representation of color #87ACAB: hue angle of 178.38º 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 #87ACAB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB135172171-
CMYK0.2200.010.33
HSL178.38º18.23%60.2%-
HSV(B)178.38º21.51%67.45%-
XYZ32.0937.644.09-
YUV160.82133.74109.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351721710.2200.010.33178.3818.2360.2
Hex87ACAB160121b2123c
Octal2072542532601412622274
Binary10000111101011001010101110110011000011011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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