#A6936F

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

Shades of Pale Oyster #A6936F

Tints of Pale Oyster #A6936F

Color information

#A6936F (or 0xA6936F) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 6F. RGB value is (166,147,111). Sum of RGB (Red+Green+Blue) = 166+147+111=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A6936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6936F is #596C90. Grayscale: #949494. Windows color (decimal): -5860497 or 7312294. OLE color: 7312294.

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

Color convert

RGB166147111-
CMYK00.110.330.35
HSL39.27º23.61%54.31%-
HSV(B)39.27º33.13%65.1%-
XYZ29.0330.1219.32-
YUV148.58106.79140.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=39.15%
G=34.67%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614711100.110.330.3539.2723.6154.31
HexA6936F0B2123271836
Octal2462231570134143473066
Binary101001101001001111011110101110000110001110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6936F; }

 p { color: rgb(166,147,111); }

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

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

 a { background-color: rgb(166,147,111); }

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

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

 span { border-color: rgb(166,147,111); }

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