#A39371

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

Shades of Pale Oyster #A39371

Tints of Pale Oyster #A39371

Color information

#A39371 (or 0xA39371) is unknown color: approx Pale Oyster. HEX triplet: A3, 93 and 71. RGB value is (163,147,113). Sum of RGB (Red+Green+Blue) = 163+147+113=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39371 is #5C6C8E. Grayscale: #949494. Windows color (decimal): -6057103 or 7443363. OLE color: 7443363.

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

Color convert

RGB163147113-
CMYK00.100.310.36
HSL40.8º21.37%54.12%-
HSV(B)40.8º30.67%63.92%-
XYZ28.5229.8519.88-
YUV147.91108.3138.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=38.53%
G=34.75%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314711300.100.310.3640.821.3754.12
HexA393710A1F24291536
Octal2432231610123744512566
Binary10100011100100111110001010101111110010010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39371; }

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

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

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

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

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

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

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

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