#A49169

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

Shades of Pale Oyster #A49169

Tints of Pale Oyster #A49169

Color information

#A49169 (or 0xA49169) is unknown color: approx Pale Oyster. HEX triplet: A4, 91 and 69. RGB value is (164,145,105). Sum of RGB (Red+Green+Blue) = 164+145+105=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A49169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49169 is #5B6E96. Grayscale: #929292. Windows color (decimal): -5992087 or 6918564. OLE color: 6918564.

HSL color Cylindrical-coordinate representation of color #A49169: hue angle of 40.68º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A49169 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB164145105-
CMYK00.120.360.36
HSL40.68º24.48%52.75%-
HSV(B)40.68º35.98%64.31%-
XYZ27.9929.1617.52-
YUV146.12104.79140.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=39.61%
G=35.02%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414510500.120.360.3640.6824.4852.75
HexA491690C2424291835
Octal2442211510144444513065
Binary101001001001000111010010110010010010010010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49169; }

 p { color: rgb(164,145,105); }

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

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

 a { background-color: rgb(164,145,105); }

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

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

 span { border-color: rgb(164,145,105); }

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