Html Css Color HEX #89A3AA Ziggurat

📋 copy color: '#89A3AA'

red 137 ◦ green 163 ◦ blue 170

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

Shades of Ziggurat #89A3AA

Tints of Ziggurat #89A3AA

RGB

 RED value IS 137 (53.91% from 255) = 29.15%

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

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

R = 29.15%
G = 34.68%
B = 36.17%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#89A3AA (or 0x89A3AA) is known color: Ziggurat. HEX triplet: 89, A3 and AA. RGB value is (137,163,170). Sum of RGB (Red+Green+Blue) = 137+163+170=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 163 (64.06% from 255 or 34.68% 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 #89A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A3AA is #765C55. Grayscale: #9B9B9B. Windows color (decimal): -7756886 or 11182985. OLE color: 11182985.

HSL color Cylindrical-coordinate representation of color #89A3AA: hue angle of 192.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89A3AA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 163 170 -
CMYK 0.19 0.04 0 0.33
HSL 192.73º 0.16% 0.6% -
HSV(B) 192.73º 0.19% 0.67% -
XYZ 30.67 34.42 43.06 -
YUV 156.02 135.89 114.43 -
System Red Green Blue C M Y K H S L
Decimal 137 163 170 0.19 0.04 0 0.33 192.73 0.16 0.6
Hex 89 A3 AA 13 4 0 21 C1 10 3C
Octal 211 243 252 23 4 0 41 301 20 74
Binary 10001001 10100011 10101010 10011 100 0 100001 11000001 10000 111100

Color Harmonies of #89A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3AA

Black with #89A3AA

Text Example


Text Example

White with #89A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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