#88A6AE

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

Shades of Ziggurat #88A6AE

Tints of Ziggurat #88A6AE

Color information

#88A6AE (or 0x88A6AE) is unknown color: approx Ziggurat. HEX triplet: 88, A6 and AE. RGB value is (136,166,174). Sum of RGB (Red+Green+Blue) = 136+166+174=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #88A6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A6AE is #775951. Grayscale: #9D9D9D. Windows color (decimal): -7821650 or 11445896. OLE color: 11445896.

HSL color Cylindrical-coordinate representation of color #88A6AE: hue angle of 192.63º 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 #88A6AE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136166174-
CMYK0.220.0500.32
HSL192.63º19%60.78%-
HSV(B)192.63º21.84%68.24%-
XYZ31.4335.5645.25-
YUV157.94137.06112.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 166 (65.23% from 255) = 34.87%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=28.57%
G=34.87%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361661740.220.0500.32192.631960.78
Hex88A6AE165020c1133d
Octal2102462562650403012375
Binary1000100010100110101011101011010101000001100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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