#A39175

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

Shades of Pale Oyster #A39175

Tints of Pale Oyster #A39175

Color information

#A39175 (or 0xA39175) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 75. RGB value is (163,145,117). Sum of RGB (Red+Green+Blue) = 163+145+117=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A39175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39175 is #5C6E8A. Grayscale: #939393. Windows color (decimal): -6057611 or 7704995. OLE color: 7704995.

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

Color convert

RGB163145117-
CMYK00.110.280.36
HSL36.52º20%54.9%-
HSV(B)36.52º28.22%63.92%-
XYZ28.4429.3220.99-
YUV147.19110.96139.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=38.35%
G=34.12%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314511700.110.280.3636.522054.9
HexA391750B1C24251437
Octal2432211650133444452467
Binary10100011100100011110101010111110010010010010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39175; }

 p { color: rgb(163,145,117); }

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

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

 a { background-color: rgb(163,145,117); }

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

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

 span { border-color: rgb(163,145,117); }

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