#80A7AC

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

Shades of Ziggurat #80A7AC

Tints of Ziggurat #80A7AC

Color information

#80A7AC (or 0x80A7AC) is unknown color: approx Ziggurat. HEX triplet: 80, A7 and AC. RGB value is (128,167,172). Sum of RGB (Red+Green+Blue) = 128+167+172=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #80A7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A7AC is #7F5853. Grayscale: #9B9B9B. Windows color (decimal): -8345684 or 11315072. OLE color: 11315072.

HSL color Cylindrical-coordinate representation of color #80A7AC: hue angle of 186.82º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A7AC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB128167172-
CMYK0.260.0300.33
HSL186.82º20.95%58.82%-
HSV(B)186.82º25.58%67.45%-
XYZ30.1735.2144.24-
YUV155.91137.08108.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=27.41%
G=35.76%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281671720.260.0300.33186.8220.9558.82
Hex80A7AC1A3021bb153b
Octal2002472543230412732573
Binary100000001010011110101100110101101000011011101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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