#86A295

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

Shades of Acapulco #86A295

Tints of Acapulco #86A295

Color information

#86A295 (or 0x86A295) is unknown color: approx Acapulco. HEX triplet: 86, A2 and 95. RGB value is (134,162,149). Sum of RGB (Red+Green+Blue) = 134+162+149=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #86A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A295 is #795D6A. Grayscale: #989898. Windows color (decimal): -7953771 or 9806470. OLE color: 9806470.

HSL color Cylindrical-coordinate representation of color #86A295: hue angle of 152.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86A295 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB134162149-
CMYK0.1700.080.36
HSL152.14º13.08%58.04%-
HSV(B)152.14º17.28%63.53%-
XYZ28.1833.0833.33-
YUV152.15126.22115.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=30.11%
G=36.40%
B=33.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341621490.1700.080.36152.1413.0858.04
Hex86A29511082498d3a
Octal20624222521010442301572
Binary1000011010100010100101011000101000100100100110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,149); }

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

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

 a { background-color: rgb(134,162,149); }

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

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

 span { border-color: rgb(134,162,149); }

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