#84A0A2

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

Shades of Ziggurat #84A0A2

Tints of Ziggurat #84A0A2

Color information

#84A0A2 (or 0x84A0A2) is unknown color: approx Ziggurat. HEX triplet: 84, A0 and A2. RGB value is (132,160,162). Sum of RGB (Red+Green+Blue) = 132+160+162=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 162 - color contains mainly: blue. Hex color #84A0A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A0A2 is #7B5F5D. Grayscale: #979797. Windows color (decimal): -8085342 or 10657924. OLE color: 10657924.

HSL color Cylindrical-coordinate representation of color #84A0A2: hue angle of 184º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A0A2 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB132160162-
CMYK0.190.0100.36
HSL184º13.89%57.65%-
HSV(B)184º18.52%63.53%-
XYZ28.6132.6638.98-
YUV151.86133.72113.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.07%
GREEN value IS 160 (62.89% from 255) = 35.24%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=29.07%
G=35.24%
B=35.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321601620.190.0100.3618413.8957.65
Hex84A0A2131024b8e3a
Octal2042402422310442701672
Binary1000010010100000101000101001110100100101110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,160,162); }

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

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

 a { background-color: rgb(132,160,162); }

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

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

 span { border-color: rgb(132,160,162); }

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