#84A7AC

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

Shades of Ziggurat #84A7AC

Tints of Ziggurat #84A7AC

Color information

#84A7AC (or 0x84A7AC) is unknown color: approx Ziggurat. HEX triplet: 84, A7 and AC. RGB value is (132,167,172). Sum of RGB (Red+Green+Blue) = 132+167+172=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #84A7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A7AC is #7B5853. Grayscale: #9D9D9D. Windows color (decimal): -8083540 or 11315076. OLE color: 11315076.

HSL color Cylindrical-coordinate representation of color #84A7AC: hue angle of 187.5º 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 #84A7AC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132167172-
CMYK0.230.0300.33
HSL187.5º19.42%59.61%-
HSV(B)187.5º23.26%67.45%-
XYZ30.7835.5244.26-
YUV157.1136.4110.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.03%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=28.03%
G=35.46%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321671720.230.0300.33187.519.4259.61
Hex84A7AC173021bc133c
Octal2042472542730412742374
Binary100001001010011110101100101111101000011011110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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