#80A6A4

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

Shades of Ziggurat #80A6A4

Tints of Ziggurat #80A6A4

Color information

#80A6A4 (or 0x80A6A4) is unknown color: approx Ziggurat. HEX triplet: 80, A6 and A4. RGB value is (128,166,164). Sum of RGB (Red+Green+Blue) = 128+166+164=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #80A6A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A6A4 is #7F595B. Grayscale: #9A9A9A. Windows color (decimal): -8345948 or 10790528. OLE color: 10790528.

HSL color Cylindrical-coordinate representation of color #80A6A4: hue angle of 176.84º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A6A4 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB128166164-
CMYK0.2300.010.35
HSL176.84º17.59%57.65%-
HSV(B)176.84º22.89%65.1%-
XYZ29.2434.5440.25-
YUV154.41133.41109.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=27.95%
G=36.24%
B=35.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281661640.2300.010.35176.8417.5957.65
Hex80A6A4170123b1123a
Octal2002462442701432612272
Binary10000000101001101010010010111011000111011000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,166,164); }

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

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

 a { background-color: rgb(128,166,164); }

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

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

 span { border-color: rgb(128,166,164); }

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