#A29078

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

Shades of Pale Oyster #A29078

Tints of Pale Oyster #A29078

Color information

#A29078 (or 0xA29078) is unknown color: approx Pale Oyster. HEX triplet: A2, 90 and 78. RGB value is (162,144,120). Sum of RGB (Red+Green+Blue) = 162+144+120=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29078 is #5D6F87. Grayscale: #929292. Windows color (decimal): -6123400 or 7901346. OLE color: 7901346.

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

Color convert

RGB162144120-
CMYK00.110.260.36
HSL34.29º18.42%55.29%-
HSV(B)34.29º25.93%63.53%-
XYZ28.2628.9821.87-
YUV146.65112.96138.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 120 (47.27% from 255) = 28.17%
R=38.03%
G=33.80%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214412000.110.260.3634.2918.4255.29
HexA290780B1A24221237
Octal2422201700133244422267
Binary10100010100100001111000010111101010010010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29078; }

 p { color: rgb(162,144,120); }

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

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

 a { background-color: rgb(162,144,120); }

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

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

 span { border-color: rgb(162,144,120); }

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