#87A8AC

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

Shades of Ziggurat #87A8AC

Tints of Ziggurat #87A8AC

Color information

#87A8AC (or 0x87A8AC) is unknown color: approx Ziggurat. HEX triplet: 87, A8 and AC. RGB value is (135,168,172). Sum of RGB (Red+Green+Blue) = 135+168+172=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #87A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A8AC is #785753. Grayscale: #9E9E9E. Windows color (decimal): -7886676 or 11315335. OLE color: 11315335.

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

Color convert

RGB135168172-
CMYK0.220.0200.33
HSL186.49º18.23%60.2%-
HSV(B)186.49º21.51%67.45%-
XYZ31.4436.1344.35-
YUV158.59135.57111.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.42%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=28.42%
G=35.37%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351681720.220.0200.33186.4918.2360.2
Hex87A8AC162021ba123c
Octal2072502542620412722274
Binary100001111010100010101100101101001000011011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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