#86ACB0

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

Shades of Ziggurat #86ACB0

Tints of Ziggurat #86ACB0

Color information

#86ACB0 (or 0x86ACB0) is unknown color: approx Ziggurat. HEX triplet: 86, AC and B0. RGB value is (134,172,176). Sum of RGB (Red+Green+Blue) = 134+172+176=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 176 - color contains mainly: blue. Hex color #86ACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ACB0 is #79534F. Grayscale: #A1A1A1. Windows color (decimal): -7951184 or 11578502. OLE color: 11578502.

HSL color Cylindrical-coordinate representation of color #86ACB0: hue angle of 185.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86ACB0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134172176-
CMYK0.240.0200.31
HSL185.71º21%60.78%-
HSV(B)185.71º23.86%69.02%-
XYZ32.4237.7146.64-
YUV161.09136.41108.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 172 (67.58% from 255) = 35.68%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=27.80%
G=35.68%
B=36.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341721760.240.0200.31185.712160.78
Hex86ACB018201Fba153d
Octal2062542603020372722575
Binary10000110101011001011000011000100111111011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,176); }

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

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

 a { background-color: rgb(134,172,176); }

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

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

 span { border-color: rgb(134,172,176); }

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