#86A4AA

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

Shades of Ziggurat #86A4AA

Tints of Ziggurat #86A4AA

Color information

#86A4AA (or 0x86A4AA) is unknown color: approx Ziggurat. HEX triplet: 86, A4 and AA. RGB value is (134,164,170). Sum of RGB (Red+Green+Blue) = 134+164+170=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #86A4AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A4AA is #795B55. Grayscale: #9B9B9B. Windows color (decimal): -7953238 or 11183238. OLE color: 11183238.

HSL color Cylindrical-coordinate representation of color #86A4AA: hue angle of 190º 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 #86A4AA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB134164170-
CMYK0.210.0400.33
HSL190º17.48%59.61%-
HSV(B)190º21.18%66.67%-
XYZ30.3634.5243.09-
YUV155.71136.06112.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=28.63%
G=35.04%
B=36.32%

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
Decimal1341641700.210.0400.3319017.4859.61
Hex86A4AA154021be113c
Octal2062442522540412762174
Binary1000011010100100101010101010110001000011011111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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