#a08c6d

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

Shades of Pale Oyster #A08C6D

Tints of Pale Oyster #A08C6D

Color information

#A08C6D (or 0xA08C6D) is unknown color: approx Pale Oyster. HEX triplet: A0, 8C and 6D. RGB value is (160,140,109). Sum of RGB (Red+Green+Blue) = 160+140+109=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08C6D is #5F7392. Grayscale: #8E8E8E. Windows color (decimal): -6255507 or 7179424. OLE color: 7179424.

HSL color Cylindrical-coordinate representation of color #A08C6D: hue angle of 36.47º 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 #A08C6D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB160140109-
CMYK00.120.320.37
HSL36.47º21.16%52.75%-
HSV(B)36.47º31.87%62.75%-
XYZ26.6427.3318.34-
YUV142.45109.13140.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=39.12%
G=34.23%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014010900.120.320.3736.4721.1652.75
HexA08C6D0C2025241535
Octal2402141550144045442565
Binary101000001000110011011010110010000010010110010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08c6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08c6d; }

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

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

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

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

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

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

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

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