#A39368

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

Shades of Pale Oyster #A39368

Tints of Pale Oyster #A39368

Color information

#A39368 (or 0xA39368) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 68. RGB value is (163,147,104). Sum of RGB (Red+Green+Blue) = 163+147+104=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 163 - color contains mainly: red. Hex color #A39368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39368 is #5C6C97. Grayscale: #939393. Windows color (decimal): -6057112 or 6853539. OLE color: 6853539.

HSL color Cylindrical-coordinate representation of color #A39368: hue angle of 43.73º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39368 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163147104-
CMYK00.100.360.36
HSL43.73º24.28%52.35%-
HSV(B)43.73º36.2%63.92%-
XYZ28.0429.6517.34-
YUV146.88103.8139.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=39.37%
G=35.51%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314710400.100.360.3643.7324.2852.35
HexA393680A24242c1834
Octal2432231500124444543064
Binary101000111001001111010000101010010010010010110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39368; }

 p { color: rgb(163,147,104); }

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

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

 a { background-color: rgb(163,147,104); }

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

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

 span { border-color: rgb(163,147,104); }

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