#A29063

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

Shades of Pale Oyster #A29063

Tints of Pale Oyster #A29063

Color information

#A29063 (or 0xA29063) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 63. RGB value is (162,144,99). Sum of RGB (Red+Green+Blue) = 162+144+99=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A29063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29063 is #5D6F9C. Grayscale: #909090. Windows color (decimal): -6123421 or 6525090. OLE color: 6525090.

HSL color Cylindrical-coordinate representation of color #A29063: hue angle of 42.86º 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 #A29063 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16214499-
CMYK00.110.390.36
HSL42.86º25.3%51.18%-
HSV(B)42.86º38.89%63.53%-
XYZ27.1328.5315.88-
YUV144.25102.46140.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=40%
G=35.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621449900.110.390.3642.8625.351.18
HexA290630B27242b1933
Octal2422201430134744533163
Binary101000101001000011000110101110011110010010101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29063; }

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

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

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

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

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

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

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

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