#A29266

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

Shades of Pale Oyster #A29266

Tints of Pale Oyster #A29266

Color information

#A29266 (or 0xA29266) is unknown color: approx Pale Oyster. HEX triplet: A2, 92 and 66. RGB value is (162,146,102). Sum of RGB (Red+Green+Blue) = 162+146+102=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A29266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29266 is #5D6D99. Grayscale: #919191. Windows color (decimal): -6122906 or 6722210. OLE color: 6722210.

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

Color convert

RGB162146102-
CMYK00.100.370.36
HSL44º24.39%51.76%-
HSV(B)44º37.04%63.53%-
XYZ27.5829.216.75-
YUV145.77103.3139.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=39.51%
G=35.61%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214610200.100.370.364424.3951.76
HexA292660A25242c1834
Octal2422221460124544543064
Binary101000101001001011001100101010010110010010110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29266; }

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

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

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

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

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

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

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

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