#87AEAB

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

Shades of Ziggurat #87AEAB

Tints of Ziggurat #87AEAB

Color information

#87AEAB (or 0x87AEAB) is unknown color: approx Ziggurat. HEX triplet: 87, AE and AB. RGB value is (135,174,171). Sum of RGB (Red+Green+Blue) = 135+174+171=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #87AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AEAB is #785154. Grayscale: #A1A1A1. Windows color (decimal): -7885141 or 11251335. OLE color: 11251335.

HSL color Cylindrical-coordinate representation of color #87AEAB: hue angle of 175.38º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87AEAB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB135174171-
CMYK0.2200.020.32
HSL175.38º19.4%60.59%-
HSV(B)175.38º22.41%68.24%-
XYZ32.4838.3644.22-
YUV162133.08108.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=28.12%
G=36.25%
B=35.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351741710.2200.020.32175.3819.460.59
Hex87AEAB160220af133d
Octal2072562532602402572375
Binary100001111010111010101011101100101000001010111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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