#88ACAC

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

Shades of Ziggurat #88ACAC

Tints of Ziggurat #88ACAC

Color information

#88ACAC (or 0x88ACAC) is unknown color: approx Ziggurat. HEX triplet: 88, AC and AC. RGB value is (136,172,172). Sum of RGB (Red+Green+Blue) = 136+172+172=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #88ACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88ACAC is #775353. Grayscale: #A1A1A1. Windows color (decimal): -7820116 or 11316360. OLE color: 11316360.

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

Color convert

RGB136172172-
CMYK0.21000.33
HSL180º17.82%60.39%-
HSV(B)180º20.93%67.45%-
XYZ32.3537.7244.6-
YUV161.24134.07110-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=28.33%
G=35.83%
B=35.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721720.21000.3318017.8260.39
Hex88ACAC150021b4123c
Octal2102542542500412642274
Binary10001000101011001010110010101001000011011010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88ACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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