#87A4AC

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

Shades of Ziggurat #87A4AC

Tints of Ziggurat #87A4AC

Color information

#87A4AC (or 0x87A4AC) is unknown color: approx Ziggurat. HEX triplet: 87, A4 and AC. RGB value is (135,164,172). Sum of RGB (Red+Green+Blue) = 135+164+172=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #87A4AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A4AC is #785B53. Grayscale: #9C9C9C. Windows color (decimal): -7887700 or 11314311. OLE color: 11314311.

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

Color convert

RGB135164172-
CMYK0.220.0500.33
HSL192.97º18.23%60.2%-
HSV(B)192.97º21.51%67.45%-
XYZ30.7134.6844.1-
YUV156.24136.89112.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.66%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=28.66%
G=34.82%
B=36.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351641720.220.0500.33192.9718.2360.2
Hex87A4AC165021c1123c
Octal2072442542650413012274
Binary1000011110100100101011001011010101000011100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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