#A29173

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

Shades of Pale Oyster #A29173

Tints of Pale Oyster #A29173

Color information

#A29173 (or 0xA29173) is unknown color: approx Pale Oyster. HEX triplet: A2, 91 and 73. RGB value is (162,145,115). Sum of RGB (Red+Green+Blue) = 162+145+115=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 162 - color contains mainly: red. Hex color #A29173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29173 is #5D6E8C. Grayscale: #929292. Windows color (decimal): -6123149 or 7573922. OLE color: 7573922.

HSL color Cylindrical-coordinate representation of color #A29173: hue angle of 38.3º 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 #A29173 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB162145115-
CMYK00.100.290.36
HSL38.3º20.17%54.31%-
HSV(B)38.3º29.01%63.53%-
XYZ28.1229.1720.37-
YUV146.66110.13138.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=38.39%
G=34.36%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214511500.100.290.3638.320.1754.31
HexA291730A1D24261436
Octal2422211630123544462466
Binary10100010100100011110011010101110110010010011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29173; }

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

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

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

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

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

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

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

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