#84A4AD

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

Shades of Ziggurat #84A4AD

Tints of Ziggurat #84A4AD

Color information

#84A4AD (or 0x84A4AD) is unknown color: approx Ziggurat. HEX triplet: 84, A4 and AD. RGB value is (132,164,173). Sum of RGB (Red+Green+Blue) = 132+164+173=469 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.14% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #84A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A4AD is #7B5B52. Grayscale: #9B9B9B. Windows color (decimal): -8084307 or 11379844. OLE color: 11379844.

HSL color Cylindrical-coordinate representation of color #84A4AD: hue angle of 193.17º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84A4AD is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132164173-
CMYK0.240.0500.32
HSL193.17º20%59.8%-
HSV(B)193.17º23.7%67.84%-
XYZ30.3334.4744.59-
YUV155.46137.9111.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.14%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=28.14%
G=34.97%
B=36.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321641730.240.0500.32193.172059.8
Hex84A4AD185020c1143c
Octal2042442553050403012474
Binary1000010010100100101011011100010101000001100000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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