#87A6AA

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

Shades of Ziggurat #87A6AA

Tints of Ziggurat #87A6AA

Color information

#87A6AA (or 0x87A6AA) is unknown color: approx Ziggurat. HEX triplet: 87, A6 and AA. RGB value is (135,166,170). Sum of RGB (Red+Green+Blue) = 135+166+170=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #87A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A6AA is #785955. Grayscale: #9D9D9D. Windows color (decimal): -7887190 or 11183751. OLE color: 11183751.

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

Color convert

RGB135166170-
CMYK0.210.0200.33
HSL186.86º17.07%59.8%-
HSV(B)186.86º20.59%66.67%-
XYZ30.8835.3343.22-
YUV157.19135.23112.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=28.66%
G=35.24%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351661700.210.0200.33186.8617.0759.8
Hex87A6AA152021bb113c
Octal2072462522520412732174
Binary100001111010011010101010101011001000011011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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