#89A7AC

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

Shades of Ziggurat #89A7AC

Tints of Ziggurat #89A7AC

Color information

#89A7AC (or 0x89A7AC) is unknown color: approx Ziggurat. HEX triplet: 89, A7 and AC. RGB value is (137,167,172). Sum of RGB (Red+Green+Blue) = 137+167+172=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #89A7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A7AC is #765853. Grayscale: #9E9E9E. Windows color (decimal): -7755860 or 11315081. OLE color: 11315081.

HSL color Cylindrical-coordinate representation of color #89A7AC: hue angle of 188.57º 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 #89A7AC is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137167172-
CMYK0.200.0300.33
HSL188.57º17.41%60.59%-
HSV(B)188.57º20.35%67.45%-
XYZ31.5835.9344.3-
YUV158.6135.56112.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 167 (65.62% from 255) = 35.08%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=28.78%
G=35.08%
B=36.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371671720.200.0300.33188.5717.4160.59
Hex89A7AC143021bd113d
Octal2112472542430412752175
Binary100010011010011110101100101001101000011011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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