#A3916F

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

Shades of Pale Oyster #A3916F

Tints of Pale Oyster #A3916F

Color information

#A3916F (or 0xA3916F) is unknown color: approx Pale Oyster. HEX triplet: A3, 91 and 6F. RGB value is (163,145,111). Sum of RGB (Red+Green+Blue) = 163+145+111=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3916F is #5C6E90. Grayscale: #929292. Windows color (decimal): -6057617 or 7311779. OLE color: 7311779.

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

Color convert

RGB163145111-
CMYK00.110.320.36
HSL39.23º22.03%53.73%-
HSV(B)39.23º31.9%63.92%-
XYZ28.129.1919.19-
YUV146.51107.96139.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=38.90%
G=34.61%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314511100.110.320.3639.2322.0353.73
HexA3916F0B2024271636
Octal2432211570134044472666
Binary101000111001000111011110101110000010010010011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3916F; }

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

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

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

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

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

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

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

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