#86ABAC

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

Shades of Ziggurat #86ABAC

Tints of Ziggurat #86ABAC

Color information

#86ABAC (or 0x86ABAC) is unknown color: approx Ziggurat. HEX triplet: 86, AB and AC. RGB value is (134,171,172). Sum of RGB (Red+Green+Blue) = 134+171+172=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #86ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABAC is #795453. Grayscale: #A0A0A0. Windows color (decimal): -7951444 or 11316102. OLE color: 11316102.

HSL color Cylindrical-coordinate representation of color #86ABAC: hue angle of 181.58º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86ABAC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134171172-
CMYK0.220.0100.33
HSL181.58º18.63%60%-
HSV(B)181.58º22.09%67.45%-
XYZ31.8437.1744.53-
YUV160.05134.74109.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=28.09%
G=35.85%
B=36.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711720.220.0100.33181.5818.6360
Hex86ABAC161021b6133c
Octal2062532542610412662374
Binary10000110101010111010110010110101000011011011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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