#A39275

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

Shades of Pale Oyster #A39275

Tints of Pale Oyster #A39275

Color information

#A39275 (or 0xA39275) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 75. RGB value is (163,146,117). Sum of RGB (Red+Green+Blue) = 163+146+117=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A39275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39275 is #5C6D8A. Grayscale: #939393. Windows color (decimal): -6057355 or 7705251. OLE color: 7705251.

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

Color convert

RGB163146117-
CMYK00.100.280.36
HSL37.83º20%54.9%-
HSV(B)37.83º28.22%63.92%-
XYZ28.5929.6321.04-
YUV147.78110.63138.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=38.26%
G=34.27%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314611700.100.280.3637.832054.9
HexA392750A1C24261437
Octal2432221650123444462467
Binary10100011100100101110101010101110010010010011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39275; }

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

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

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

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

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

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

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

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