#A29371

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

Shades of Pale Oyster #A29371

Tints of Pale Oyster #A29371

Color information

#A29371 (or 0xA29371) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 71. RGB value is (162,147,113). Sum of RGB (Red+Green+Blue) = 162+147+113=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A29371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29371 is #5D6C8E. Grayscale: #939393. Windows color (decimal): -6122639 or 7443362. OLE color: 7443362.

HSL color Cylindrical-coordinate representation of color #A29371: hue angle of 41.63º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29371 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162147113-
CMYK00.090.300.36
HSL41.63º20.85%53.92%-
HSV(B)41.63º30.25%63.53%-
XYZ28.3129.7419.87-
YUV147.61108.47138.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=38.39%
G=34.83%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214711300.090.300.3641.6320.8553.92
HexA29371091E242a1536
Octal2422231610113644522566
Binary10100010100100111110001010011111010010010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29371; }

 p { color: rgb(162,147,113); }

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

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

 a { background-color: rgb(162,147,113); }

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

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

 span { border-color: rgb(162,147,113); }

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