#A08E60

Color #A08E60 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #A08E60

Tints of Pale Oyster #A08E60

Color information

#A08E60 (or 0xA08E60) is unknown color: approx Pale Oyster. HEX triplet: A0, 8E and 60. RGB value is (160,142,96). Sum of RGB (Red+Green+Blue) = 160+142+96=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08E60 is #5F719F. Grayscale: #8E8E8E. Windows color (decimal): -6255008 or 6327968. OLE color: 6327968.

HSL color Cylindrical-coordinate representation of color #A08E60: hue angle of 43.13º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A08E60 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16014296-
CMYK00.110.40.37
HSL43.13º25.2%50.2%-
HSV(B)43.13º40%62.75%-
XYZ26.2827.6615.02-
YUV142.14101.96140.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.20%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=40.20%
G=35.68%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601429600.110.40.3743.1325.250.2
HexA08E600B28252b1932
Octal2402161400135045533162
Binary101000001000111011000000101110100010010110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E60; }

 p { color: rgb(160,142,96); }

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

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

 a { background-color: rgb(160,142,96); }

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

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

 span { border-color: rgb(160,142,96); }

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