#84ACAE

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

Shades of Ziggurat #84ACAE

Tints of Ziggurat #84ACAE

Color information

#84ACAE (or 0x84ACAE) is unknown color: approx Ziggurat. HEX triplet: 84, AC and AE. RGB value is (132,172,174). Sum of RGB (Red+Green+Blue) = 132+172+174=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #84ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84ACAE is #7B5351. Grayscale: #A0A0A0. Windows color (decimal): -8082258 or 11447428. OLE color: 11447428.

HSL color Cylindrical-coordinate representation of color #84ACAE: hue angle of 182.86º degrees, saturation: 0.21, 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 #84ACAE is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132172174-
CMYK0.240.0100.32
HSL182.86º20.59%60%-
HSV(B)182.86º24.14%68.24%-
XYZ31.9137.4745.59-
YUV160.27135.75107.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.62%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=27.62%
G=35.98%
B=36.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321721740.240.0100.32182.8620.5960
Hex84ACAE181020b7153c
Octal2042542563010402672574
Binary10000100101011001010111011000101000001011011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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