#A6936D

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

Shades of Pale Oyster #A6936D

Tints of Pale Oyster #A6936D

Color information

#A6936D (or 0xA6936D) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 6D. RGB value is (166,147,109). Sum of RGB (Red+Green+Blue) = 166+147+109=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6936D is #596C92. Grayscale: #949494. Windows color (decimal): -5860499 or 7181222. OLE color: 7181222.

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

Color convert

RGB166147109-
CMYK00.110.340.35
HSL40º24.26%53.92%-
HSV(B)40º34.34%65.1%-
XYZ28.9230.0818.75-
YUV148.35105.79140.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=39.34%
G=34.83%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614710900.110.340.354024.2653.92
HexA6936D0B2223281836
Octal2462231550134243503066
Binary101001101001001111011010101110001010001110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6936D; }

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

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

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

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

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

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

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

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