#85A092

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

Shades of Acapulco #85A092

Tints of Acapulco #85A092

Color information

#85A092 (or 0x85A092) is unknown color: approx Acapulco. HEX triplet: 85, A0 and 92. RGB value is (133,160,146). Sum of RGB (Red+Green+Blue) = 133+160+146=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #85A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A092 is #7A5F6D. Grayscale: #969696. Windows color (decimal): -8019822 or 9609349. OLE color: 9609349.

HSL color Cylindrical-coordinate representation of color #85A092: hue angle of 148.89º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85A092 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB133160146-
CMYK0.1700.090.37
HSL148.89º12.44%57.45%-
HSV(B)148.89º16.88%62.75%-
XYZ27.4332.231.96-
YUV150.33125.55115.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=30.30%
G=36.45%
B=33.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1331601460.1700.090.37148.8912.4457.45
Hex85A09211092595c39
Octal20524022221011452251471
Binary1000010110100000100100101000101001100101100101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A092; }

 p { color: rgb(133,160,146); }

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

<style>
 a { background-color: #85A092; }

 a { background-color: rgb(133,160,146); }

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

<style>
 span { border-color: #85A092; }

 span { border-color: rgb(133,160,146); }

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