#88AAAA

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

Shades of Ziggurat #88AAAA

Tints of Ziggurat #88AAAA

Color information

#88AAAA (or 0x88AAAA) is unknown color: approx Ziggurat. HEX triplet: 88, AA and AA. RGB value is (136,170,170). Sum of RGB (Red+Green+Blue) = 136+170+170=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #88AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88AAAA is #775555. Grayscale: #9F9F9F. Windows color (decimal): -7820630 or 11184776. OLE color: 11184776.

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

Color convert

RGB136170170-
CMYK0.20000.33
HSL180º16.67%60%-
HSV(B)180º20%66.67%-
XYZ31.7836.8943.47-
YUV159.83133.74111-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 170 (66.80% from 255) = 35.71%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=28.57%
G=35.71%
B=35.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361701700.20000.3318016.6760
Hex88AAAA140021b4113c
Octal2102522522400412642174
Binary10001000101010101010101010100001000011011010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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