#89A7A7

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

Shades of Ziggurat #89A7A7

Tints of Ziggurat #89A7A7

Color information

#89A7A7 (or 0x89A7A7) is unknown color: approx Ziggurat. HEX triplet: 89, A7 and A7. RGB value is (137,167,167). Sum of RGB (Red+Green+Blue) = 137+167+167=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 167 - color contains mainly: green, blue. Hex color #89A7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A7A7 is #765858. Grayscale: #9E9E9E. Windows color (decimal): -7755865 or 10987401. OLE color: 10987401.

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

Color convert

RGB137167167-
CMYK0.18000.35
HSL180º14.56%59.61%-
HSV(B)180º17.96%65.49%-
XYZ31.1135.7541.82-
YUV158.03133.06113-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=29.09%
G=35.46%
B=35.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1371671670.18000.3518014.5659.61
Hex89A7A7120023b4f3c
Octal2112472472200432641774
Binary1000100110100111101001111001000100011101101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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