#A29379

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

Shades of Pale Oyster #A29379

Tints of Pale Oyster #A29379

Color information

#A29379 (or 0xA29379) is unknown color: approx Pale Oyster. HEX triplet: A2, 93 and 79. RGB value is (162,147,121). Sum of RGB (Red+Green+Blue) = 162+147+121=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29379 is #5D6C86. Grayscale: #949494. Windows color (decimal): -6122631 or 7967650. OLE color: 7967650.

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

Color convert

RGB162147121-
CMYK00.090.250.36
HSL38.05º18.06%55.49%-
HSV(B)38.05º25.31%63.53%-
XYZ28.7929.9322.35-
YUV148.52112.47137.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.67%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=37.67%
G=34.19%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214712100.090.250.3638.0518.0655.49
HexA29379091924261237
Octal2422231710113144462267
Binary10100010100100111111001010011100110010010011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29379; }

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

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

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

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

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

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

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

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