#87A4AB

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

Shades of Ziggurat #87A4AB

Tints of Ziggurat #87A4AB

Color information

#87A4AB (or 0x87A4AB) is unknown color: approx Ziggurat. HEX triplet: 87, A4 and AB. RGB value is (135,164,171). Sum of RGB (Red+Green+Blue) = 135+164+171=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #87A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A4AB is #785B54. Grayscale: #9C9C9C. Windows color (decimal): -7887701 or 11248775. OLE color: 11248775.

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

Color convert

RGB135164171-
CMYK0.210.0400.33
HSL191.67º17.65%60%-
HSV(B)191.67º21.05%67.06%-
XYZ30.6234.6443.6-
YUV156.13136.39112.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.72%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=28.72%
G=34.89%
B=36.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351641710.210.0400.33191.6717.6560
Hex87A4AB154021c0123c
Octal2072442532540413002274
Binary1000011110100100101010111010110001000011100000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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