#A29267

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

Shades of Pale Oyster #A29267

Tints of Pale Oyster #A29267

Color information

#A29267 (or 0xA29267) is unknown color: approx Pale Oyster. HEX triplet: A2, 92 and 67. RGB value is (162,146,103). Sum of RGB (Red+Green+Blue) = 162+146+103=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29267 is #5D6D98. Grayscale: #929292. Windows color (decimal): -6122905 or 6787746. OLE color: 6787746.

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

Color convert

RGB162146103-
CMYK00.100.360.36
HSL43.73º24.08%51.96%-
HSV(B)43.73º36.42%63.53%-
XYZ27.6329.2217.02-
YUV145.88103.8139.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=39.42%
G=35.52%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214610300.100.360.3643.7324.0851.96
HexA292670A24242c1834
Octal2422221470124444543064
Binary101000101001001011001110101010010010010010110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29267; }

 p { color: rgb(162,146,103); }

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

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

 a { background-color: rgb(162,146,103); }

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

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

 span { border-color: rgb(162,146,103); }

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