#A49065

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

Shades of Pale Oyster #A49065

Tints of Pale Oyster #A49065

Color information

#A49065 (or 0xA49065) is unknown color: approx Pale Oyster. HEX triplet: A4, 90 and 65. RGB value is (164,144,101). Sum of RGB (Red+Green+Blue) = 164+144+101=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49065 is #5B6F9A. Grayscale: #919191. Windows color (decimal): -5992347 or 6656164. OLE color: 6656164.

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

Color convert

RGB164144101-
CMYK00.120.380.36
HSL40.95º25.71%51.96%-
HSV(B)40.95º38.41%64.31%-
XYZ27.6328.7816.41-
YUV145.08103.13141.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=40.10%
G=35.21%
B=24.69%

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
Decimal16414410100.120.380.3640.9525.7151.96
HexA490650C2624291a34
Octal2442201450144644513264
Binary101001001001000011001010110010011010010010100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49065; }

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

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

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

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

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

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

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

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