#88A9AF

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

Shades of Ziggurat #88A9AF

Tints of Ziggurat #88A9AF

Color information

#88A9AF (or 0x88A9AF) is unknown color: approx Ziggurat. HEX triplet: 88, A9 and AF. RGB value is (136,169,175). Sum of RGB (Red+Green+Blue) = 136+169+175=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #88A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A9AF is #775650. Grayscale: #9F9F9F. Windows color (decimal): -7820881 or 11512200. OLE color: 11512200.

HSL color Cylindrical-coordinate representation of color #88A9AF: hue angle of 189.23º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88A9AF is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB136169175-
CMYK0.220.0300.31
HSL189.23º19.6%60.98%-
HSV(B)189.23º22.29%68.63%-
XYZ32.0836.7145.95-
YUV159.82136.57111.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=28.33%
G=35.21%
B=36.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361691750.220.0300.31189.2319.660.98
Hex88A9AF16301Fbd143d
Octal2102512572630372752475
Binary10001000101010011010111110110110111111011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,169,175); }

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

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

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

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

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

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

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