#A1906C

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

Shades of Pale Oyster #A1906C

Tints of Pale Oyster #A1906C

Color information

#A1906C (or 0xA1906C) is unknown color: approx Pale Oyster. HEX triplet: A1, 90 and 6C. RGB value is (161,144,108). Sum of RGB (Red+Green+Blue) = 161+144+108=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1906C is #5E6F93. Grayscale: #919191. Windows color (decimal): -6188948 or 7114913. OLE color: 7114913.

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

Color convert

RGB161144108-
CMYK00.110.330.37
HSL40.75º21.99%52.75%-
HSV(B)40.75º32.92%63.14%-
XYZ27.3828.6118.27-
YUV144.98107.13139.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=38.98%
G=34.87%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114410800.110.330.3740.7521.9952.75
HexA1906C0B2125291635
Octal2412201540134145512665
Binary101000011001000011011000101110000110010110100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1906C; }

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

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

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

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

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

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

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

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