#88A7AC

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

Shades of Ziggurat #88A7AC

Tints of Ziggurat #88A7AC

Color information

#88A7AC (or 0x88A7AC) is unknown color: approx Ziggurat. HEX triplet: 88, A7 and AC. RGB value is (136,167,172). Sum of RGB (Red+Green+Blue) = 136+167+172=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #88A7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A7AC is #775853. Grayscale: #9E9E9E. Windows color (decimal): -7821396 or 11315080. OLE color: 11315080.

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

Color convert

RGB136167172-
CMYK0.210.0300.33
HSL188.33º17.82%60.39%-
HSV(B)188.33º20.93%67.45%-
XYZ31.4235.8544.29-
YUV158.3135.73112.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 167 (65.62% from 255) = 35.16%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=28.63%
G=35.16%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361671720.210.0300.33188.3317.8260.39
Hex88A7AC153021bc123c
Octal2102472542530412742274
Binary100010001010011110101100101011101000011011110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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