#87AAAC

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

Shades of Ziggurat #87AAAC

Tints of Ziggurat #87AAAC

Color information

#87AAAC (or 0x87AAAC) is unknown color: approx Ziggurat. HEX triplet: 87, AA and AC. RGB value is (135,170,172). Sum of RGB (Red+Green+Blue) = 135+170+172=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #87AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AAAC is #785553. Grayscale: #9F9F9F. Windows color (decimal): -7886164 or 11315847. OLE color: 11315847.

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

Color convert

RGB135170172-
CMYK0.220.0100.33
HSL183.24º18.23%60.2%-
HSV(B)183.24º21.51%67.45%-
XYZ31.8136.8844.47-
YUV159.76134.9110.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=28.30%
G=35.64%
B=36.06%

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
Decimal1351701720.220.0100.33183.2418.2360.2
Hex87AAAC161021b7123c
Octal2072522542610412672274
Binary10000111101010101010110010110101000011011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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