#88AAA9

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

Shades of Ziggurat #88AAA9

Tints of Ziggurat #88AAA9

Color information

#88AAA9 (or 0x88AAA9) is unknown color: approx Ziggurat. HEX triplet: 88, AA and A9. RGB value is (136,170,169). Sum of RGB (Red+Green+Blue) = 136+170+169=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #88AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAA9 is #775556. Grayscale: #9F9F9F. Windows color (decimal): -7820631 or 11119240. OLE color: 11119240.

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

Color convert

RGB136170169-
CMYK0.2000.010.33
HSL178.24º16.67%60%-
HSV(B)178.24º20%66.67%-
XYZ31.6936.8542.98-
YUV159.72133.24111.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=28.63%
G=35.79%
B=35.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701690.2000.010.33178.2416.6760
Hex88AAA9140121b2113c
Octal2102522512401412622174
Binary10001000101010101010100110100011000011011001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88AAA9; }

 p { color: rgb(136,170,169); }

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

<style>
 a { background-color: #88AAA9; }

 a { background-color: rgb(136,170,169); }

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

<style>
 span { border-color: #88AAA9; }

 span { border-color: rgb(136,170,169); }

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