#88AAAB

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

Shades of Ziggurat #88AAAB

Tints of Ziggurat #88AAAB

Color information

#88AAAB (or 0x88AAAB) is unknown color: approx Ziggurat. HEX triplet: 88, AA and AB. RGB value is (136,170,171). Sum of RGB (Red+Green+Blue) = 136+170+171=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 170 (66.80% from 255 or 35.64% 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 #88AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAAB is #775554. Grayscale: #9F9F9F. Windows color (decimal): -7820629 or 11250312. OLE color: 11250312.

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

Color convert

RGB136170171-
CMYK0.200.0100.33
HSL181.71º17.24%60.2%-
HSV(B)181.71º20.47%67.06%-
XYZ31.8836.9243.97-
YUV159.95134.24110.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.51%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=28.51%
G=35.64%
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
Decimal1361701710.200.0100.33181.7117.2460.2
Hex88AAAB141021b6113c
Octal2102522532410412662174
Binary10001000101010101010101110100101000011011011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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