#A3906D

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

Shades of Pale Oyster #A3906D

Tints of Pale Oyster #A3906D

Color information

#A3906D (or 0xA3906D) is unknown color: approx Pale Oyster. HEX triplet: A3, 90 and 6D. RGB value is (163,144,109). Sum of RGB (Red+Green+Blue) = 163+144+109=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3906D is #5C6F92. Grayscale: #919191. Windows color (decimal): -6057875 or 7180451. OLE color: 7180451.

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

Color convert

RGB163144109-
CMYK00.120.330.36
HSL38.89º22.69%53.33%-
HSV(B)38.89º33.13%63.92%-
XYZ27.8428.8418.57-
YUV145.69107.29140.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 144 (56.64% from 255) = 34.62%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=39.18%
G=34.62%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314410900.120.330.3638.8922.6953.33
HexA3906D0C2124271735
Octal2432201550144144472765
Binary101000111001000011011010110010000110010010011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3906D; }

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

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

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

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

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

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

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

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