#86ACA9

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

Shades of Ziggurat #86ACA9

Tints of Ziggurat #86ACA9

Color information

#86ACA9 (or 0x86ACA9) is unknown color: approx Ziggurat. HEX triplet: 86, AC and A9. RGB value is (134,172,169). Sum of RGB (Red+Green+Blue) = 134+172+169=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #86ACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86ACA9 is #795356. Grayscale: #A0A0A0. Windows color (decimal): -7951191 or 11119750. OLE color: 11119750.

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

Color convert

RGB134172169-
CMYK0.2200.020.33
HSL175.26º18.63%60%-
HSV(B)175.26º22.09%67.45%-
XYZ31.7537.4443.09-
YUV160.3132.91109.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=28.21%
G=36.21%
B=35.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721690.2200.020.33175.2618.6360
Hex86ACA9160221af133c
Octal2062542512602412572374
Binary100001101010110010101001101100101000011010111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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