#A08C68

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

Shades of Pale Oyster #A08C68

Tints of Pale Oyster #A08C68

Color information

#A08C68 (or 0xA08C68) is unknown color: approx Pale Oyster. HEX triplet: A0, 8C and 68. RGB value is (160,140,104). Sum of RGB (Red+Green+Blue) = 160+140+104=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C68 is #5F7397. Grayscale: #8E8E8E. Windows color (decimal): -6255512 or 6851744. OLE color: 6851744.

HSL color Cylindrical-coordinate representation of color #A08C68: hue angle of 38.57º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08C68 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB160140104-
CMYK00.120.350.37
HSL38.57º22.76%51.76%-
HSV(B)38.57º35%62.75%-
XYZ26.3727.2316.96-
YUV141.88106.63140.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.60%
GREEN value IS 140 (55.08% from 255) = 34.65%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=39.60%
G=34.65%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014010400.120.350.3738.5722.7651.76
HexA08C680C2325271734
Octal2402141500144345472764
Binary101000001000110011010000110010001110010110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C68; }

 p { color: rgb(160,140,104); }

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

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

 a { background-color: rgb(160,140,104); }

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

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

 span { border-color: rgb(160,140,104); }

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