#A29076

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

Shades of Pale Oyster #A29076

Tints of Pale Oyster #A29076

Color information

#A29076 (or 0xA29076) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 76. RGB value is (162,144,118). Sum of RGB (Red+Green+Blue) = 162+144+118=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A29076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29076 is #5D6F89. Grayscale: #929292. Windows color (decimal): -6123402 or 7770274. OLE color: 7770274.

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

Color convert

RGB162144118-
CMYK00.110.270.36
HSL35.45º19.13%54.9%-
HSV(B)35.45º27.16%63.53%-
XYZ28.1428.9421.24-
YUV146.42111.96139.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=38.21%
G=33.96%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214411800.110.270.3635.4519.1354.9
HexA290760B1B24231337
Octal2422201660133344432367
Binary10100010100100001110110010111101110010010001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29076; }

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

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

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

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

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

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

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

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