#89A9AB

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

Shades of Ziggurat #89A9AB

Tints of Ziggurat #89A9AB

Color information

#89A9AB (or 0x89A9AB) is unknown color: approx Ziggurat. HEX triplet: 89, A9 and AB. RGB value is (137,169,171). Sum of RGB (Red+Green+Blue) = 137+169+171=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #89A9AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A9AB is #765654. Grayscale: #9F9F9F. Windows color (decimal): -7755349 or 11250057. OLE color: 11250057.

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

Color convert

RGB137169171-
CMYK0.200.0100.33
HSL183.53º16.83%60.39%-
HSV(B)183.53º19.88%67.06%-
XYZ31.8636.6343.92-
YUV159.66134.4111.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=28.72%
G=35.43%
B=35.85%

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
Decimal1371691710.200.0100.33183.5316.8360.39
Hex89A9AB141021b8113c
Octal2112512532410412702174
Binary10001001101010011010101110100101000011011100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,169,171); }

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

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

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

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

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

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

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