#86AEAD

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

Shades of Ziggurat #86AEAD

Tints of Ziggurat #86AEAD

Color information

#86AEAD (or 0x86AEAD) is unknown color: approx Ziggurat. HEX triplet: 86, AE and AD. RGB value is (134,174,173). Sum of RGB (Red+Green+Blue) = 134+174+173=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #86AEAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AEAD is #795152. Grayscale: #A1A1A1. Windows color (decimal): -7950675 or 11382406. OLE color: 11382406.

HSL color Cylindrical-coordinate representation of color #86AEAD: hue angle of 178.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86AEAD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB134174173-
CMYK0.2300.010.32
HSL178.5º19.8%60.39%-
HSV(B)178.5º22.99%68.24%-
XYZ32.5138.3645.23-
YUV161.93134.25108.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=27.86%
G=36.17%
B=35.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341741730.2300.010.32178.519.860.39
Hex86AEAD170120b2143c
Octal2062562552701402622474
Binary10000110101011101010110110111011000001011001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,174,173); }

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

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

 a { background-color: rgb(134,174,173); }

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

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

 span { border-color: rgb(134,174,173); }

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