#A29373

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

Shades of Pale Oyster #A29373

Tints of Pale Oyster #A29373

Color information

#A29373 (or 0xA29373) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 73. RGB value is (162,147,115). Sum of RGB (Red+Green+Blue) = 162+147+115=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A29373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29373 is #5D6C8C. Grayscale: #939393. Windows color (decimal): -6122637 or 7574434. OLE color: 7574434.

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

Color convert

RGB162147115-
CMYK00.090.290.36
HSL40.85º20.17%54.31%-
HSV(B)40.85º29.01%63.53%-
XYZ28.4329.7920.47-
YUV147.84109.47138.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=38.21%
G=34.67%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214711500.090.290.3640.8520.1754.31
HexA29373091D24291436
Octal2422231630113544512466
Binary10100010100100111110011010011110110010010100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29373; }

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

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

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

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

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

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

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

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