#A19370

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

Shades of Pale Oyster #A19370

Tints of Pale Oyster #A19370

Color information

#A19370 (or 0xA19370) is unknown color: approx Pale Oyster. HEX triplet: A1, 93 and 70. RGB value is (161,147,112). Sum of RGB (Red+Green+Blue) = 161+147+112=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A19370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19370 is #5E6C8F. Grayscale: #939393. Windows color (decimal): -6188176 or 7377825. OLE color: 7377825.

HSL color Cylindrical-coordinate representation of color #A19370: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19370 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB161147112-
CMYK00.090.300.37
HSL42.86º20.68%53.53%-
HSV(B)42.86º30.43%63.14%-
XYZ28.0629.6119.57-
YUV147.2108.14137.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=38.33%
G=35%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114711200.090.300.3742.8620.6853.53
HexA19370091E252b1536
Octal2412231600113645532566
Binary10100001100100111110000010011111010010110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19370; }

 p { color: rgb(161,147,112); }

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

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

 a { background-color: rgb(161,147,112); }

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

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

 span { border-color: rgb(161,147,112); }

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