#86ABAF

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

Shades of Ziggurat #86ABAF

Tints of Ziggurat #86ABAF

Color information

#86ABAF (or 0x86ABAF) is unknown color: approx Ziggurat. HEX triplet: 86, AB and AF. RGB value is (134,171,175). Sum of RGB (Red+Green+Blue) = 134+171+175=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #86ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ABAF is #795450. Grayscale: #A0A0A0. Windows color (decimal): -7951441 or 11512710. OLE color: 11512710.

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

Color convert

RGB134171175-
CMYK0.230.0200.31
HSL185.85º20.4%60.59%-
HSV(B)185.85º23.43%68.63%-
XYZ32.1337.2946.06-
YUV160.39136.24109.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=27.92%
G=35.62%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341711750.230.0200.31185.8520.460.59
Hex86ABAF17201Fba143d
Octal2062532572720372722475
Binary10000110101010111010111110111100111111011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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