#80A7A4

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

Shades of Ziggurat #80A7A4

Tints of Ziggurat #80A7A4

Color information

#80A7A4 (or 0x80A7A4) is unknown color: approx Ziggurat. HEX triplet: 80, A7 and A4. RGB value is (128,167,164). Sum of RGB (Red+Green+Blue) = 128+167+164=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 167 - color contains mainly: green. Hex color #80A7A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A7A4 is #7F585B. Grayscale: #9A9A9A. Windows color (decimal): -8345692 or 10790784. OLE color: 10790784.

HSL color Cylindrical-coordinate representation of color #80A7A4: hue angle of 175.38º 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 #80A7A4 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB128167164-
CMYK0.2300.020.35
HSL175.38º18.14%57.84%-
HSV(B)175.38º23.35%65.49%-
XYZ29.4234.9140.31-
YUV155133.08108.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=27.89%
G=36.38%
B=35.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281671640.2300.020.35175.3818.1457.84
Hex80A7A4170223af123a
Octal2002472442702432572272
Binary100000001010011110100100101110101000111010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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