#A49070

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

Shades of Pale Oyster #A49070

Tints of Pale Oyster #A49070

Color information

#A49070 (or 0xA49070) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 70. RGB value is (164,144,112). Sum of RGB (Red+Green+Blue) = 164+144+112=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A49070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49070 is #5B6F8F. Grayscale: #929292. Windows color (decimal): -5992336 or 7377060. OLE color: 7377060.

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

Color convert

RGB164144112-
CMYK00.120.320.36
HSL36.92º22.22%54.12%-
HSV(B)36.92º31.71%64.31%-
XYZ28.2129.0119.44-
YUV146.33108.63140.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=39.05%
G=34.29%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414411200.120.320.3636.9222.2254.12
HexA490700C2024251636
Octal2442201600144044452666
Binary101001001001000011100000110010000010010010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49070; }

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

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

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

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

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

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

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

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