#A3916E

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

Shades of Pale Oyster #A3916E

Tints of Pale Oyster #A3916E

Color information

#A3916E (or 0xA3916E) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 6E. RGB value is (163,145,110). Sum of RGB (Red+Green+Blue) = 163+145+110=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A3916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3916E is #5C6E91. Grayscale: #929292. Windows color (decimal): -6057618 or 7246243. OLE color: 7246243.

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

Color convert

RGB163145110-
CMYK00.110.330.36
HSL39.62º22.36%53.53%-
HSV(B)39.62º32.52%63.92%-
XYZ28.0429.1618.9-
YUV146.39107.46139.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.00%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=39.00%
G=34.69%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314511000.110.330.3639.6222.3653.53
HexA3916E0B2124281636
Octal2432211560134144502666
Binary101000111001000111011100101110000110010010100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3916E; }

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

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

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

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

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

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

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

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