#88ACAE

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

Shades of Ziggurat #88ACAE

Tints of Ziggurat #88ACAE

Color information

#88ACAE (or 0x88ACAE) is unknown color: approx Ziggurat. HEX triplet: 88, AC and AE. RGB value is (136,172,174). Sum of RGB (Red+Green+Blue) = 136+172+174=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 174 - color contains mainly: blue. Hex color #88ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ACAE is #775351. Grayscale: #A1A1A1. Windows color (decimal): -7820114 or 11447432. OLE color: 11447432.

HSL color Cylindrical-coordinate representation of color #88ACAE: hue angle of 183.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88ACAE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136172174-
CMYK0.220.0100.32
HSL183.16º19%60.78%-
HSV(B)183.16º21.84%68.24%-
XYZ32.5537.845.62-
YUV161.46135.07109.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.22%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=28.22%
G=35.68%
B=36.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361721740.220.0100.32183.161960.78
Hex88ACAE161020b7133d
Octal2102542562610402672375
Binary10001000101011001010111010110101000001011011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,174); }

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

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

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

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

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

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

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