#86A7AA

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

Shades of Ziggurat #86A7AA

Tints of Ziggurat #86A7AA

Color information

#86A7AA (or 0x86A7AA) is unknown color: approx Ziggurat. HEX triplet: 86, A7 and AA. RGB value is (134,167,170). Sum of RGB (Red+Green+Blue) = 134+167+170=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 170 - color contains mainly: blue. Hex color #86A7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A7AA is #795855. Grayscale: #9D9D9D. Windows color (decimal): -7952470 or 11184006. OLE color: 11184006.

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

Color convert

RGB134167170-
CMYK0.210.0200.33
HSL185º17.48%59.61%-
HSV(B)185º21.18%66.67%-
XYZ30.9135.6143.27-
YUV157.48135.07111.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 167 (65.62% from 255) = 35.46%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=28.45%
G=35.46%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341671700.210.0200.3318517.4859.61
Hex86A7AA152021b9113c
Octal2062472522520412712174
Binary100001101010011110101010101011001000011011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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