#A39273

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

Shades of Pale Oyster #A39273

Tints of Pale Oyster #A39273

Color information

#A39273 (or 0xA39273) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 73. RGB value is (163,146,115). Sum of RGB (Red+Green+Blue) = 163+146+115=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A39273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39273 is #5C6D8C. Grayscale: #939393. Windows color (decimal): -6057357 or 7574179. OLE color: 7574179.

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

Color convert

RGB163146115-
CMYK00.100.290.36
HSL38.75º20.69%54.51%-
HSV(B)38.75º29.45%63.92%-
XYZ28.4829.5820.43-
YUV147.55109.63139.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=38.44%
G=34.43%
B=27.12%

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
Decimal16314611500.100.290.3638.7520.6954.51
HexA392730A1D24271537
Octal2432221630123544472567
Binary10100011100100101110011010101110110010010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39273; }

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

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

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

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

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

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

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

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