#88A8A7

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

Shades of Ziggurat #88A8A7

Tints of Ziggurat #88A8A7

Color information

#88A8A7 (or 0x88A8A7) is unknown color: approx Ziggurat. HEX triplet: 88, A8 and A7. RGB value is (136,168,167). Sum of RGB (Red+Green+Blue) = 136+168+167=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 168 - color contains mainly: green. Hex color #88A8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A8A7 is #775758. Grayscale: #9E9E9E. Windows color (decimal): -7821145 or 10987656. OLE color: 10987656.

HSL color Cylindrical-coordinate representation of color #88A8A7: hue angle of 178.12º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A8A7 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB136168167-
CMYK0.1900.010.34
HSL178.12º15.53%59.61%-
HSV(B)178.12º19.05%65.88%-
XYZ31.1336.0341.87-
YUV158.32132.9112.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.87%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=28.87%
G=35.67%
B=35.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361681670.1900.010.34178.1215.5359.61
Hex88A8A7130122b2103c
Octal2102502472301422622074
Binary10001000101010001010011110011011000101011001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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