Html Css Color HEX #88A3AA Ziggurat

📋 copy color: '#88A3AA'

red 136 ◦ green 163 ◦ blue 170

#88A3AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #88A3AA

Tints of Ziggurat #88A3AA

RGB

 RED value IS 136 (53.52% from 255) = 29%

 GREEN value IS 163 (64.06% from 255) = 34.75%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 29%
G = 34.75%
B = 36.25%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#88A3AA (or 0x88A3AA) is known color: Ziggurat. HEX triplet: 88, A3 and AA. RGB value is (136,163,170). Sum of RGB (Red+Green+Blue) = 136+163+170=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #88A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A3AA is #775C55. Grayscale: #9B9B9B. Windows color (decimal): -7822422 or 11182984. OLE color: 11182984.

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

Color convert

RGB 136 163 170 -
CMYK 0.20 0.04 0 0.33
HSL 192.35º 0.17% 0.6% -
HSV(B) 192.35º 0.2% 0.67% -
XYZ 30.51 34.33 43.05 -
YUV 155.73 136.05 113.93 -
System Red Green Blue C M Y K H S L
Decimal 136 163 170 0.20 0.04 0 0.33 192.35 0.17 0.6
Hex 88 A3 AA 14 4 0 21 C0 11 3C
Octal 210 243 252 24 4 0 41 300 21 74
Binary 10001000 10100011 10101010 10100 100 0 100001 11000000 10001 111100

Color Harmonies of #88A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A3AA

Black with #88A3AA

Text Example


Text Example

White with #88A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88A3AA;
 }
 .AnyTagClassName
 {
   color: #88A3AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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