#86ABAE

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

Shades of Ziggurat #86ABAE

Tints of Ziggurat #86ABAE

Color information

#86ABAE (or 0x86ABAE) is unknown color: approx Ziggurat. HEX triplet: 86, AB and AE. RGB value is (134,171,174). Sum of RGB (Red+Green+Blue) = 134+171+174=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 174 - color contains mainly: blue. Hex color #86ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABAE is #795451. Grayscale: #A0A0A0. Windows color (decimal): -7951442 or 11447174. OLE color: 11447174.

HSL color Cylindrical-coordinate representation of color #86ABAE: hue angle of 184.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86ABAE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134171174-
CMYK0.230.0200.32
HSL184.5º19.8%60.39%-
HSV(B)184.5º22.99%68.24%-
XYZ32.0337.2545.55-
YUV160.28135.74109.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 171 (67.19% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=27.97%
G=35.70%
B=36.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341711740.230.0200.32184.519.860.39
Hex86ABAE172020b8143c
Octal2062532562720402702474
Binary100001101010101110101110101111001000001011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ABAE; }

 p { color: rgb(134,171,174); }

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

<style>
 a { background-color: #86ABAE; }

 a { background-color: rgb(134,171,174); }

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

<style>
 span { border-color: #86ABAE; }

 span { border-color: rgb(134,171,174); }

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