#A1906E

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

Shades of Pale Oyster #A1906E

Tints of Pale Oyster #A1906E

Color information

#A1906E (or 0xA1906E) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 6E. RGB value is (161,144,110). Sum of RGB (Red+Green+Blue) = 161+144+110=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A1906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1906E is #5E6F91. Grayscale: #919191. Windows color (decimal): -6188946 or 7245985. OLE color: 7245985.

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

Color convert

RGB161144110-
CMYK00.110.320.37
HSL40º21.34%53.14%-
HSV(B)40º31.68%63.14%-
XYZ27.4928.6518.83-
YUV145.21108.13139.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 110 (43.36% from 255) = 26.51%
R=38.80%
G=34.70%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114411000.110.320.374021.3453.14
HexA1906E0B2025281535
Octal2412201560134045502565
Binary101000011001000011011100101110000010010110100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1906E; }

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

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

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

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

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

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

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

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