#84A4AB

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

Shades of Ziggurat #84A4AB

Tints of Ziggurat #84A4AB

Color information

#84A4AB (or 0x84A4AB) is unknown color: approx Ziggurat. HEX triplet: 84, A4 and AB. RGB value is (132,164,171). Sum of RGB (Red+Green+Blue) = 132+164+171=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #84A4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A4AB is #7B5B54. Grayscale: #9B9B9B. Windows color (decimal): -8084309 or 11248772. OLE color: 11248772.

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

Color convert

RGB132164171-
CMYK0.230.0400.33
HSL190.77º18.84%59.41%-
HSV(B)190.77º22.81%67.06%-
XYZ30.1434.443.58-
YUV155.23136.9111.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.27%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=28.27%
G=35.12%
B=36.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321641710.230.0400.33190.7718.8459.41
Hex84A4AB174021bf133b
Octal2042442532740412772373
Binary1000010010100100101010111011110001000011011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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