#A29163

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

Shades of Pale Oyster #A29163

Tints of Pale Oyster #A29163

Color information

#A29163 (or 0xA29163) is unknown color: approx Pale Oyster. HEX triplet: A2, 91 and 63. RGB value is (162,145,99). Sum of RGB (Red+Green+Blue) = 162+145+99=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A29163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29163 is #5D6E9C. Grayscale: #919191. Windows color (decimal): -6123165 or 6525346. OLE color: 6525346.

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

Color convert

RGB16214599-
CMYK00.100.390.36
HSL43.81º25.3%51.18%-
HSV(B)43.81º38.89%63.53%-
XYZ27.2828.8315.93-
YUV144.84102.13140.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 99 (39.06% from 255) = 24.38%
R=39.90%
G=35.71%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621459900.100.390.3643.8125.351.18
HexA291630A27242c1933
Octal2422211430124744543163
Binary101000101001000111000110101010011110010010110011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29163; }

 p { color: rgb(162,145,99); }

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

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

 a { background-color: rgb(162,145,99); }

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

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

 span { border-color: rgb(162,145,99); }

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