Html Css Color HEX #88A8AC Ziggurat

📋 copy color: '#88A8AC'

red 136 ◦ green 168 ◦ blue 172

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

Shades of Ziggurat #88A8AC

Tints of Ziggurat #88A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 28.57%
G = 35.29%
B = 36.13%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#88A8AC (or 0x88A8AC) is known color: Ziggurat. HEX triplet: 88, A8 and AC. RGB value is (136,168,172). Sum of RGB (Red+Green+Blue) = 136+168+172=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #88A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A8AC is #775753. Grayscale: #9E9E9E. Windows color (decimal): -7821140 or 11315336. OLE color: 11315336.

HSL color Cylindrical-coordinate representation of color #88A8AC: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88A8AC is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 168 172 -
CMYK 0.21 0.02 0 0.33
HSL 186.67º 0.18% 0.6% -
HSV(B) 186.67º 0.21% 0.67% -
XYZ 31.6 36.22 44.35 -
YUV 158.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 136 168 172 0.21 0.02 0 0.33 186.67 0.18 0.6
Hex 88 A8 AC 15 2 0 21 BB 12 3C
Octal 210 250 254 25 2 0 41 273 22 74
Binary 10001000 10101000 10101100 10101 10 0 100001 10111011 10010 111100

Color Harmonies of #88A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A8AC

Black with #88A8AC

Text Example


Text Example

White with #88A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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