#A49276

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

Shades of Pale Oyster #A49276

Tints of Pale Oyster #A49276

Color information

#A49276 (or 0xA49276) is unknown color: approx Pale Oyster. HEX triplet: A4, 92 and 76. RGB value is (164,146,118). Sum of RGB (Red+Green+Blue) = 164+146+118=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49276 is #5B6D89. Grayscale: #949494. Windows color (decimal): -5991818 or 7770788. OLE color: 7770788.

HSL color Cylindrical-coordinate representation of color #A49276: hue angle of 36.52º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49276 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164146118-
CMYK00.110.280.36
HSL36.52º20.18%55.29%-
HSV(B)36.52º28.05%64.31%-
XYZ28.8629.7621.36-
YUV148.19110.96139.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=38.32%
G=34.11%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414611800.110.280.3636.5220.1855.29
HexA492760B1C24251437
Octal2442221660133444452467
Binary10100100100100101110110010111110010010010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49276; }

 p { color: rgb(164,146,118); }

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

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

 a { background-color: rgb(164,146,118); }

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

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

 span { border-color: rgb(164,146,118); }

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