#87ACAD

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

Shades of Ziggurat #87ACAD

Tints of Ziggurat #87ACAD

Color information

#87ACAD (or 0x87ACAD) is unknown color: approx Ziggurat. HEX triplet: 87, AC and AD. RGB value is (135,172,173). Sum of RGB (Red+Green+Blue) = 135+172+173=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #87ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ACAD is #785352. Grayscale: #A1A1A1. Windows color (decimal): -7885651 or 11381895. OLE color: 11381895.

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

Color convert

RGB135172173-
CMYK0.220.0100.32
HSL181.58º18.81%60.39%-
HSV(B)181.58º21.97%67.84%-
XYZ32.2937.6745.11-
YUV161.05134.74109.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=28.12%
G=35.83%
B=36.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351721730.220.0100.32181.5818.8160.39
Hex87ACAD161020b6133c
Octal2072542552610402662374
Binary10000111101011001010110110110101000001011011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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