#89ADAD

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

Shades of Ziggurat #89ADAD

Tints of Ziggurat #89ADAD

Color information

#89ADAD (or 0x89ADAD) is unknown color: approx Ziggurat. HEX triplet: 89, AD and AD. RGB value is (137,173,173). Sum of RGB (Red+Green+Blue) = 137+173+173=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #89ADAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAD is #765252. Grayscale: #A2A2A2. Windows color (decimal): -7754323 or 11382153. OLE color: 11382153.

HSL color Cylindrical-coordinate representation of color #89ADAD: hue angle of 180º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89ADAD is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB137173173-
CMYK0.21000.32
HSL180º18%60.78%-
HSV(B)180º20.81%67.84%-
XYZ32.838.2245.18-
YUV162.24134.07110-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 173 (67.97% from 255) = 35.82%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=28.36%
G=35.82%
B=35.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1371731730.21000.321801860.78
Hex89ADAD150020b4123d
Octal2112552552500402642275
Binary10001001101011011010110110101001000001011010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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