#A1916B

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

Shades of Pale Oyster #A1916B

Tints of Pale Oyster #A1916B

Color information

#A1916B (or 0xA1916B) is unknown color: approx Pale Oyster. HEX triplet: A1, 91 and 6B. RGB value is (161,145,107). Sum of RGB (Red+Green+Blue) = 161+145+107=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1916B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1916B is #5E6E94. Grayscale: #919191. Windows color (decimal): -6188693 or 7049633. OLE color: 7049633.

HSL color Cylindrical-coordinate representation of color #A1916B: hue angle of 42.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1916B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB161145107-
CMYK00.100.340.37
HSL42.22º22.31%52.55%-
HSV(B)42.22º33.54%63.14%-
XYZ27.4828.8918.04-
YUV145.45106.3139.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=38.98%
G=35.11%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114510700.100.340.3742.2222.3152.55
HexA1916B0A22252a1635
Octal2412211530124245522665
Binary101000011001000111010110101010001010010110101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1916B; }

 p { color: rgb(161,145,107); }

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

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

 a { background-color: rgb(161,145,107); }

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

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

 span { border-color: rgb(161,145,107); }

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