#89AAAC

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

Shades of Ziggurat #89AAAC

Tints of Ziggurat #89AAAC

Color information

#89AAAC (or 0x89AAAC) is unknown color: approx Ziggurat. HEX triplet: 89, AA and AC. RGB value is (137,170,172). Sum of RGB (Red+Green+Blue) = 137+170+172=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #89AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAAC is #765553. Grayscale: #A0A0A0. Windows color (decimal): -7755092 or 11315849. OLE color: 11315849.

HSL color Cylindrical-coordinate representation of color #89AAAC: hue angle of 183.43º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89AAAC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137170172-
CMYK0.200.0100.33
HSL183.43º17.41%60.59%-
HSV(B)183.43º20.35%67.45%-
XYZ32.1437.0544.49-
YUV160.36134.57111.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.60%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=28.60%
G=35.49%
B=35.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371701720.200.0100.33183.4317.4160.59
Hex89AAAC141021b7113d
Octal2112522542410412672175
Binary10001001101010101010110010100101000011011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,172); }

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

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

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

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

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

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

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