#A39271

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

Shades of Pale Oyster #A39271

Tints of Pale Oyster #A39271

Color information

#A39271 (or 0xA39271) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 71. RGB value is (163,146,113). Sum of RGB (Red+Green+Blue) = 163+146+113=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A39271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39271 is #5C6D8E. Grayscale: #939393. Windows color (decimal): -6057359 or 7443107. OLE color: 7443107.

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

Color convert

RGB163146113-
CMYK00.100.310.36
HSL39.6º21.37%54.12%-
HSV(B)39.6º30.67%63.92%-
XYZ28.3629.5419.83-
YUV147.32108.63139.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=38.63%
G=34.60%
B=26.78%

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
Decimal16314611300.100.310.3639.621.3754.12
HexA392710A1F24281536
Octal2432221610123744502566
Binary10100011100100101110001010101111110010010100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39271; }

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

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

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

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

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

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

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

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