#A39173

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

Shades of Pale Oyster #A39173

Tints of Pale Oyster #A39173

Color information

#A39173 (or 0xA39173) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 73. RGB value is (163,145,115). Sum of RGB (Red+Green+Blue) = 163+145+115=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 163 - color contains mainly: red. Hex color #A39173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39173 is #5C6E8C. Grayscale: #939393. Windows color (decimal): -6057613 or 7573923. OLE color: 7573923.

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

Color convert

RGB163145115-
CMYK00.110.290.36
HSL37.5º20.69%54.51%-
HSV(B)37.5º29.45%63.92%-
XYZ28.3229.2820.38-
YUV146.96109.96139.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.53%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=38.53%
G=34.28%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314511500.110.290.3637.520.6954.51
HexA391730B1D24261537
Octal2432211630133544462567
Binary10100011100100011110011010111110110010010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39173; }

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

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

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

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

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

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

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

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