#87ADAD

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

Shades of Ziggurat #87ADAD

Tints of Ziggurat #87ADAD

Color information

#87ADAD (or 0x87ADAD) is unknown color: approx Ziggurat. HEX triplet: 87, AD and AD. RGB value is (135,173,173). Sum of RGB (Red+Green+Blue) = 135+173+173=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #87ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87ADAD is #785252. Grayscale: #A1A1A1. Windows color (decimal): -7885395 or 11382151. OLE color: 11382151.

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

Color convert

RGB135173173-
CMYK0.22000.32
HSL180º18.81%60.39%-
HSV(B)180º21.97%67.84%-
XYZ32.4838.0645.17-
YUV161.64134.41109-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=28.07%
G=35.97%
B=35.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1351731730.22000.3218018.8160.39
Hex87ADAD160020b4133c
Octal2072552552600402642374
Binary10000111101011011010110110110001000001011010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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