#86A7AB

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

Shades of Ziggurat #86A7AB

Tints of Ziggurat #86A7AB

Color information

#86A7AB (or 0x86A7AB) is unknown color: approx Ziggurat. HEX triplet: 86, A7 and AB. RGB value is (134,167,171). Sum of RGB (Red+Green+Blue) = 134+167+171=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 171 - color contains mainly: blue. Hex color #86A7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A7AB is #795854. Grayscale: #9D9D9D. Windows color (decimal): -7952469 or 11249542. OLE color: 11249542.

HSL color Cylindrical-coordinate representation of color #86A7AB: hue angle of 186.49º degrees, saturation: 0.18, 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 #86A7AB is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134167171-
CMYK0.220.0200.33
HSL186.49º18.05%59.8%-
HSV(B)186.49º21.64%67.06%-
XYZ3135.6543.77-
YUV157.59135.57111.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 167 (65.62% from 255) = 35.38%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=28.39%
G=35.38%
B=36.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341671710.220.0200.33186.4918.0559.8
Hex86A7AB162021ba123c
Octal2062472532620412722274
Binary100001101010011110101011101101001000011011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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