#A39277

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

Shades of Pale Oyster #A39277

Tints of Pale Oyster #A39277

Color information

#A39277 (or 0xA39277) is unknown color: approx Pale Oyster. HEX triplet: A3, 92 and 77. RGB value is (163,146,119). Sum of RGB (Red+Green+Blue) = 163+146+119=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39277 is #5C6D88. Grayscale: #949494. Windows color (decimal): -6057353 or 7836323. OLE color: 7836323.

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

Color convert

RGB163146119-
CMYK00.100.270.36
HSL36.82º19.3%55.29%-
HSV(B)36.82º26.99%63.92%-
XYZ28.7129.6821.67-
YUV148111.63138.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=38.08%
G=34.11%
B=27.80%

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
Decimal16314611900.100.270.3636.8219.355.29
HexA392770A1B24251337
Octal2432221670123344452367
Binary10100011100100101110111010101101110010010010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39277; }

 p { color: rgb(163,146,119); }

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

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

 a { background-color: rgb(163,146,119); }

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

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

 span { border-color: rgb(163,146,119); }

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