#A49162

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

Shades of Pale Oyster #A49162

Tints of Pale Oyster #A49162

Color information

#A49162 (or 0xA49162) is unknown color: approx Pale Oyster. HEX triplet: A4, 91 and 62. RGB value is (164,145,98). Sum of RGB (Red+Green+Blue) = 164+145+98=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49162 is #5B6E9D. Grayscale: #919191. Windows color (decimal): -5992094 or 6459812. OLE color: 6459812.

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

Color convert

RGB16414598-
CMYK00.120.400.36
HSL42.73º26.61%51.37%-
HSV(B)42.73º40.24%64.31%-
XYZ27.6429.0315.7-
YUV145.32101.29141.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=40.29%
G=35.63%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641459800.120.400.3642.7326.6151.37
HexA491620C28242b1b33
Octal2442211420145044533363
Binary101001001001000111000100110010100010010010101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49162; }

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

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

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

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

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

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

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

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