#A08B6C

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

Shades of Pale Oyster #A08B6C

Tints of Pale Oyster #A08B6C

Color information

#A08B6C (or 0xA08B6C) is unknown color: approx Pale Oyster. HEX triplet: A0, 8B and 6C. RGB value is (160,139,108). Sum of RGB (Red+Green+Blue) = 160+139+108=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B6C is #5F7493. Grayscale: #8D8D8D. Windows color (decimal): -6255764 or 7113632. OLE color: 7113632.

HSL color Cylindrical-coordinate representation of color #A08B6C: hue angle of 35.77º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A08B6C is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB160139108-
CMYK00.130.320.37
HSL35.77º21.49%52.55%-
HSV(B)35.77º32.5%62.75%-
XYZ26.4427.0218.01-
YUV141.74108.96141.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.31%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=39.31%
G=34.15%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013910800.130.320.3735.7721.4952.55
HexA08B6C0D2025241535
Octal2402131540154045442565
Binary101000001000101111011000110110000010010110010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B6C; }

 p { color: rgb(160,139,108); }

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

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

 a { background-color: rgb(160,139,108); }

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

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

 span { border-color: rgb(160,139,108); }

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