#A08C61

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

Shades of Pale Oyster #A08C61

Tints of Pale Oyster #A08C61

Color information

#A08C61 (or 0xA08C61) is unknown color: approx Pale Oyster. HEX triplet: A0, 8C and 61. RGB value is (160,140,97). Sum of RGB (Red+Green+Blue) = 160+140+97=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C61 is #5F739E. Grayscale: #8D8D8D. Windows color (decimal): -6255519 or 6392992. OLE color: 6392992.

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

Color convert

RGB16014097-
CMYK00.120.390.37
HSL40.95º24.9%50.39%-
HSV(B)40.95º39.38%62.75%-
XYZ26.0327.0915.17-
YUV141.08103.13141.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=40.30%
G=35.26%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601409700.120.390.3740.9524.950.39
HexA08C610C2725291932
Octal2402141410144745513162
Binary101000001000110011000010110010011110010110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C61; }

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

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

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

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

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

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

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

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