#A3916C

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

Shades of Pale Oyster #A3916C

Tints of Pale Oyster #A3916C

Color information

#A3916C (or 0xA3916C) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 6C. RGB value is (163,145,108). Sum of RGB (Red+Green+Blue) = 163+145+108=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3916C is #5C6E93. Grayscale: #929292. Windows color (decimal): -6057620 or 7115171. OLE color: 7115171.

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

Color convert

RGB163145108-
CMYK00.110.340.36
HSL40.36º23.01%53.14%-
HSV(B)40.36º33.74%63.92%-
XYZ27.9429.1218.34-
YUV146.16106.46140.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=39.18%
G=34.86%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314510800.110.340.3640.3623.0153.14
HexA3916C0B2224281735
Octal2432211540134244502765
Binary101000111001000111011000101110001010010010100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3916C; }

 p { color: rgb(163,145,108); }

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

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

 a { background-color: rgb(163,145,108); }

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

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

 span { border-color: rgb(163,145,108); }

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