#A29177

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

Shades of Pale Oyster #A29177

Tints of Pale Oyster #A29177

Color information

#A29177 (or 0xA29177) is unknown color: approx Pale Oyster. HEX triplet: A2, 91 and 77. RGB value is (162,145,119). Sum of RGB (Red+Green+Blue) = 162+145+119=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29177 is #5D6E88. Grayscale: #939393. Windows color (decimal): -6123145 or 7836066. OLE color: 7836066.

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

Color convert

RGB162145119-
CMYK00.100.270.36
HSL36.28º18.78%55.1%-
HSV(B)36.28º26.54%63.53%-
XYZ28.3629.2621.61-
YUV147.12112.13138.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=38.03%
G=34.04%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214511900.100.270.3636.2818.7855.1
HexA291770A1B24241337
Octal2422211670123344442367
Binary10100010100100011110111010101101110010010010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29177; }

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

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

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

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

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

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

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

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