#86A3AA

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

Shades of Ziggurat #86A3AA

Tints of Ziggurat #86A3AA

Color information

#86A3AA (or 0x86A3AA) is unknown color: approx Ziggurat. HEX triplet: 86, A3 and AA. RGB value is (134,163,170). Sum of RGB (Red+Green+Blue) = 134+163+170=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #86A3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A3AA is #795C55. Grayscale: #9B9B9B. Windows color (decimal): -7953494 or 11182982. OLE color: 11182982.

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

Color convert

RGB134163170-
CMYK0.210.0400.33
HSL191.67º17.48%59.61%-
HSV(B)191.67º21.18%66.67%-
XYZ30.1834.1743.03-
YUV155.13136.39112.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.69%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=28.69%
G=34.90%
B=36.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341631700.210.0400.33191.6717.4859.61
Hex86A3AA154021c0113c
Octal2062432522540413002174
Binary1000011010100011101010101010110001000011100000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,170); }

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

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

 a { background-color: rgb(134,163,170); }

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

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

 span { border-color: rgb(134,163,170); }

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