#88A4AA

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

Shades of Ziggurat #88A4AA

Tints of Ziggurat #88A4AA

Color information

#88A4AA (or 0x88A4AA) is unknown color: approx Ziggurat. HEX triplet: 88, A4 and AA. RGB value is (136,164,170). Sum of RGB (Red+Green+Blue) = 136+164+170=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A4AA is #775B55. Grayscale: #9C9C9C. Windows color (decimal): -7822166 or 11183240. OLE color: 11183240.

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

Color convert

RGB136164170-
CMYK0.200.0400.33
HSL190.59º16.67%60%-
HSV(B)190.59º20%66.67%-
XYZ30.6834.6943.11-
YUV156.31135.72113.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.94%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=28.94%
G=34.89%
B=36.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361641700.200.0400.33190.5916.6760
Hex88A4AA144021bf113c
Octal2102442522440412772174
Binary1000100010100100101010101010010001000011011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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