#A39373

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

Shades of Pale Oyster #A39373

Tints of Pale Oyster #A39373

Color information

#A39373 (or 0xA39373) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 73. RGB value is (163,147,115). Sum of RGB (Red+Green+Blue) = 163+147+115=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A39373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39373 is #5C6C8C. Grayscale: #949494. Windows color (decimal): -6057101 or 7574435. OLE color: 7574435.

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

Color convert

RGB163147115-
CMYK00.100.290.36
HSL40º20.69%54.51%-
HSV(B)40º29.45%63.92%-
XYZ28.6329.8920.48-
YUV148.14109.3138.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=38.35%
G=34.59%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314711500.100.290.364020.6954.51
HexA393730A1D24281537
Octal2432231630123544502567
Binary10100011100100111110011010101110110010010100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39373; }

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

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

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

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

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

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

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

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