#84A4A9

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

Shades of Ziggurat #84A4A9

Tints of Ziggurat #84A4A9

Color information

#84A4A9 (or 0x84A4A9) is unknown color: approx Ziggurat. HEX triplet: 84, A4 and A9. RGB value is (132,164,169). Sum of RGB (Red+Green+Blue) = 132+164+169=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 169 - color contains mainly: blue. Hex color #84A4A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A4A9 is #7B5B56. Grayscale: #9A9A9A. Windows color (decimal): -8084311 or 11117700. OLE color: 11117700.

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

Color convert

RGB132164169-
CMYK0.220.0300.34
HSL188.11º17.7%59.02%-
HSV(B)188.11º21.89%66.27%-
XYZ29.9534.3242.58-
YUV155135.9111.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.39%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=28.39%
G=35.27%
B=36.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1321641690.220.0300.34188.1117.759.02
Hex84A4A9163022bc123b
Octal2042442512630422742273
Binary100001001010010010101001101101101000101011110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A4A9;
 }
 .AnyTagClassName
 {
   color: #84A4A9;
 }
</style>
background-color css

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

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

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

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

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

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