#A49066

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

Shades of Pale Oyster #A49066

Tints of Pale Oyster #A49066

Color information

#A49066 (or 0xA49066) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 66. RGB value is (164,144,102). Sum of RGB (Red+Green+Blue) = 164+144+102=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49066 is #5B6F99. Grayscale: #919191. Windows color (decimal): -5992346 or 6721700. OLE color: 6721700.

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

Color convert

RGB164144102-
CMYK00.120.380.36
HSL40.65º25.41%52.16%-
HSV(B)40.65º37.8%64.31%-
XYZ27.6828.816.67-
YUV145.19103.63141.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=40%
G=35.12%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414410200.120.380.3640.6525.4152.16
HexA490660C2624291934
Octal2442201460144644513164
Binary101001001001000011001100110010011010010010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49066; }

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

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

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

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

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

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

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

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