#A39272

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

Shades of Pale Oyster #A39272

Tints of Pale Oyster #A39272

Color information

#A39272 (or 0xA39272) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 72. RGB value is (163,146,114). Sum of RGB (Red+Green+Blue) = 163+146+114=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39272 is #5C6D8D. Grayscale: #939393. Windows color (decimal): -6057358 or 7508643. OLE color: 7508643.

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

Color convert

RGB163146114-
CMYK00.100.300.36
HSL39.18º21.03%54.31%-
HSV(B)39.18º30.06%63.92%-
XYZ28.4229.5620.13-
YUV147.44109.13139.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=38.53%
G=34.52%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314611400.100.300.3639.1821.0354.31
HexA392720A1E24271536
Octal2432221620123644472566
Binary10100011100100101110010010101111010010010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39272; }

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

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

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

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

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

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

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

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