#A39367

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

Shades of Pale Oyster #A39367

Tints of Pale Oyster #A39367

Color information

#A39367 (or 0xA39367) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 67. RGB value is (163,147,103). Sum of RGB (Red+Green+Blue) = 163+147+103=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A39367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39367 is #5C6C98. Grayscale: #929292. Windows color (decimal): -6057113 or 6788003. OLE color: 6788003.

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

Color convert

RGB163147103-
CMYK00.100.370.36
HSL44º24.59%52.16%-
HSV(B)44º36.81%63.92%-
XYZ27.9929.6317.08-
YUV146.77103.3139.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=39.47%
G=35.59%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314710300.100.370.364424.5952.16
HexA393670A25242c1934
Octal2432231470124544543164
Binary101000111001001111001110101010010110010010110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39367; }

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

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

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

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

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

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

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

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