#84AAAC

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

Shades of Ziggurat #84AAAC

Tints of Ziggurat #84AAAC

Color information

#84AAAC (or 0x84AAAC) is unknown color: approx Ziggurat. HEX triplet: 84, AA and AC. RGB value is (132,170,172). Sum of RGB (Red+Green+Blue) = 132+170+172=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #84AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AAAC is #7B5553. Grayscale: #9E9E9E. Windows color (decimal): -8082772 or 11315844. OLE color: 11315844.

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

Color convert

RGB132170172-
CMYK0.230.0100.33
HSL183º19.42%59.61%-
HSV(B)183º23.26%67.45%-
XYZ31.3436.6344.45-
YUV158.87135.41108.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=27.85%
G=35.86%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701720.230.0100.3318319.4259.61
Hex84AAAC171021b7133c
Octal2042522542710412672374
Binary10000100101010101010110010111101000011011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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