Html Css Color HEX #84AAA9 Ziggurat

📋 copy color: '#84AAA9'

red 132 ◦ green 170 ◦ blue 169

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

Shades of Ziggurat #84AAA9

Tints of Ziggurat #84AAA9

RGB

 RED value IS 132 (51.95% from 255) = 28.03%

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 169 (66.41% from 255) = 35.88%

R = 28.03%
G = 36.09%
B = 35.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#84AAA9 (or 0x84AAA9) is known color: Ziggurat. HEX triplet: 84, AA and A9. RGB value is (132,170,169). Sum of RGB (Red+Green+Blue) = 132+170+169=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 170 - color contains mainly: green. Hex color #84AAA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAA9 is #7B5556. Grayscale: #9E9E9E. Windows color (decimal): -8082775 or 11119236. OLE color: 11119236.

HSL color Cylindrical-coordinate representation of color #84AAA9: hue angle of 178.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AAA9 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 169 -
CMYK 0.22 0 0.01 0.33
HSL 178.42º 0.18% 0.59% -
HSV(B) 178.42º 0.22% 0.67% -
XYZ 31.05 36.52 42.95 -
YUV 158.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 132 170 169 0.22 0 0.01 0.33 178.42 0.18 0.59
Hex 84 AA A9 16 0 1 21 B2 12 3B
Octal 204 252 251 26 0 1 41 262 22 73
Binary 10000100 10101010 10101001 10110 0 1 100001 10110010 10010 111011

Color Harmonies of #84AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAA9

Black with #84AAA9

Text Example


Text Example

White with #84AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AAA9; }

 p { color: rgb(132,170,169); }

 H1.HeaderClassName
 {
   color: #84AAA9;
 }
 .AnyTagClassName
 {
   color: #84AAA9;
 }
</style>

background-color css

<style>
 a { background-color: #84AAA9; }

 a { background-color: rgb(132,170,169); }

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

border-color css

<style>
 span { border-color: #84AAA9; }

 span { border-color: rgb(132,170,169); }

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