#80ACAD

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

Shades of Ziggurat #80ACAD

Tints of Ziggurat #80ACAD

Color information

#80ACAD (or 0x80ACAD) is unknown color: approx Ziggurat. HEX triplet: 80, AC and AD. RGB value is (128,172,173). Sum of RGB (Red+Green+Blue) = 128+172+173=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #80ACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACAD is #7F5352. Grayscale: #9E9E9E. Windows color (decimal): -8344403 or 11381888. OLE color: 11381888.

HSL color Cylindrical-coordinate representation of color #80ACAD: hue angle of 181.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ACAD is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128172173-
CMYK0.260.0100.32
HSL181.33º21.53%59.02%-
HSV(B)181.33º26.01%67.84%-
XYZ31.237.1145.05-
YUV158.96135.92105.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=27.06%
G=36.36%
B=36.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281721730.260.0100.32181.3321.5359.02
Hex80ACAD1A1020b5163b
Octal2002542553210402652673
Binary10000000101011001010110111010101000001011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80ACAD; }

 p { color: rgb(128,172,173); }

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

<style>
 a { background-color: #80ACAD; }

 a { background-color: rgb(128,172,173); }

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

<style>
 span { border-color: #80ACAD; }

 span { border-color: rgb(128,172,173); }

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