#A49069

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

Shades of Pale Oyster #A49069

Tints of Pale Oyster #A49069

Color information

#A49069 (or 0xA49069) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 69. RGB value is (164,144,105). Sum of RGB (Red+Green+Blue) = 164+144+105=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A49069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49069 is #5B6F96. Grayscale: #919191. Windows color (decimal): -5992343 or 6918308. OLE color: 6918308.

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

Color convert

RGB164144105-
CMYK00.120.360.36
HSL39.66º24.48%52.75%-
HSV(B)39.66º35.98%64.31%-
XYZ27.8328.8617.47-
YUV145.53105.13141.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=39.71%
G=34.87%
B=25.42%

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
Decimal16414410500.120.360.3639.6624.4852.75
HexA490690C2424281835
Octal2442201510144444503065
Binary101001001001000011010010110010010010010010100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49069; }

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

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

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

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

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

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

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

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