#A3906A

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

Shades of Pale Oyster #A3906A

Tints of Pale Oyster #A3906A

Color information

#A3906A (or 0xA3906A) is unknown color: approx Pale Oyster. HEX triplet: A3, 90 and 6A. RGB value is (163,144,106). Sum of RGB (Red+Green+Blue) = 163+144+106=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A3906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3906A is #5C6F95. Grayscale: #919191. Windows color (decimal): -6057878 or 6983843. OLE color: 6983843.

HSL color Cylindrical-coordinate representation of color #A3906A: hue angle of 40º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3906A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB163144106-
CMYK00.120.350.36
HSL40º23.65%52.75%-
HSV(B)40º34.97%63.92%-
XYZ27.6828.7717.73-
YUV145.35105.79140.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=39.47%
G=34.87%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314410600.120.350.364023.6552.75
HexA3906A0C2324281835
Octal2432201520144344503065
Binary101000111001000011010100110010001110010010100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3906A; }

 p { color: rgb(163,144,106); }

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

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

 a { background-color: rgb(163,144,106); }

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

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

 span { border-color: rgb(163,144,106); }

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