#A49372

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

Shades of Pale Oyster #A49372

Tints of Pale Oyster #A49372

Color information

#A49372 (or 0xA49372) is unknown color: approx Pale Oyster. HEX triplet: A4, 93 and 72. RGB value is (164,147,114). Sum of RGB (Red+Green+Blue) = 164+147+114=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49372 is #5B6C8D. Grayscale: #949494. Windows color (decimal): -5991566 or 7508900. OLE color: 7508900.

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

Color convert

RGB164147114-
CMYK00.100.300.36
HSL39.6º21.55%54.51%-
HSV(B)39.6º30.49%64.31%-
XYZ28.7829.9720.19-
YUV148.32108.63139.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=38.59%
G=34.59%
B=26.82%

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
Decimal16414711400.100.300.3639.621.5554.51
HexA493720A1E24281637
Octal2442231620123644502667
Binary10100100100100111110010010101111010010010100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49372; }

 p { color: rgb(164,147,114); }

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

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

 a { background-color: rgb(164,147,114); }

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

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

 span { border-color: rgb(164,147,114); }

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