#A19073

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

Shades of Pale Oyster #A19073

Tints of Pale Oyster #A19073

Color information

#A19073 (or 0xA19073) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 73. RGB value is (161,144,115). Sum of RGB (Red+Green+Blue) = 161+144+115=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A19073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19073 is #5E6F8C. Grayscale: #919191. Windows color (decimal): -6188941 or 7573665. OLE color: 7573665.

HSL color Cylindrical-coordinate representation of color #A19073: hue angle of 37.83º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19073 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB161144115-
CMYK00.110.290.37
HSL37.83º19.66%54.12%-
HSV(B)37.83º28.57%63.14%-
XYZ27.7728.7620.31-
YUV145.78110.63138.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=38.33%
G=34.29%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114411500.110.290.3737.8319.6654.12
HexA190730B1D25261436
Octal2412201630133545462466
Binary10100001100100001110011010111110110010110011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19073; }

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

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

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

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

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

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

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

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