#A39168

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

Shades of Pale Oyster #A39168

Tints of Pale Oyster #A39168

Color information

#A39168 (or 0xA39168) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 68. RGB value is (163,145,104). Sum of RGB (Red+Green+Blue) = 163+145+104=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A39168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39168 is #5C6E97. Grayscale: #919191. Windows color (decimal): -6057624 or 6853027. OLE color: 6853027.

HSL color Cylindrical-coordinate representation of color #A39168: hue angle of 41.69º 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 #A39168 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB163145104-
CMYK00.110.360.36
HSL41.69º24.28%52.35%-
HSV(B)41.69º36.2%63.92%-
XYZ27.7329.0417.24-
YUV145.71104.46140.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.56%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 104 (41.02% from 255) = 25.24%
R=39.56%
G=35.19%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314510400.110.360.3641.6924.2852.35
HexA391680B24242a1834
Octal2432211500134444523064
Binary101000111001000111010000101110010010010010101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39168; }

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

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

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

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

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

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

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

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