#84AAA9

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

Shades of Ziggurat #84AAA9

Tints of Ziggurat #84AAA9

Color information

#84AAA9 (or 0x84AAA9) is unknown color: approx 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

RGB132170169-
CMYK0.2200.010.33
HSL178.42º18.27%59.22%-
HSV(B)178.42º22.35%66.67%-
XYZ31.0536.5242.95-
YUV158.52133.91109.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701690.2200.010.33178.4218.2759.22
Hex84AAA9160121b2123b
Octal2042522512601412622273
Binary10000100101010101010100110110011000011011001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>