#A39073

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

Shades of Pale Oyster #A39073

Tints of Pale Oyster #A39073

Color information

#A39073 (or 0xA39073) is unknown color: approx Pale Oyster. HEX triplet: A3, 90 and 73. RGB value is (163,144,115). Sum of RGB (Red+Green+Blue) = 163+144+115=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 163 - color contains mainly: red. Hex color #A39073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39073 is #5C6F8C. Grayscale: #929292. Windows color (decimal): -6057869 or 7573667. OLE color: 7573667.

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

Color convert

RGB163144115-
CMYK00.120.290.36
HSL36.25º20.69%54.51%-
HSV(B)36.25º29.45%63.92%-
XYZ28.1728.9720.33-
YUV146.38110.29139.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=38.63%
G=34.12%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314411500.120.290.3636.2520.6954.51
HexA390730C1D24241537
Octal2432201630143544442567
Binary10100011100100001110011011001110110010010010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39073; }

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

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

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

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

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

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

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

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