#A29179

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

Shades of Pale Oyster #A29179

Tints of Pale Oyster #A29179

Color information

#A29179 (or 0xA29179) is unknown color: approx Pale Oyster. HEX triplet: A2, 91 and 79. RGB value is (162,145,121). Sum of RGB (Red+Green+Blue) = 162+145+121=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A29179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29179 is #5D6E86. Grayscale: #939393. Windows color (decimal): -6123143 or 7967138. OLE color: 7967138.

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

Color convert

RGB162145121-
CMYK00.100.250.36
HSL35.12º18.06%55.49%-
HSV(B)35.12º25.31%63.53%-
XYZ28.4829.3122.25-
YUV147.35113.13138.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=37.85%
G=33.88%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214512100.100.250.3635.1218.0655.49
HexA291790A1924231237
Octal2422211710123144432267
Binary10100010100100011111001010101100110010010001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29179; }

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

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

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

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

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

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

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

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