#A6936A

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

Shades of Pale Oyster #A6936A

Tints of Pale Oyster #A6936A

Color information

#A6936A (or 0xA6936A) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 6A. RGB value is (166,147,106). Sum of RGB (Red+Green+Blue) = 166+147+106=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6936A is #596C95. Grayscale: #949494. Windows color (decimal): -5860502 or 6984614. OLE color: 6984614.

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

Color convert

RGB166147106-
CMYK00.110.360.35
HSL41º25.21%53.33%-
HSV(B)41º36.14%65.1%-
XYZ28.7630.0217.91-
YUV148.01104.29140.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=39.62%
G=35.08%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614710600.110.360.354125.2153.33
HexA6936A0B2423291935
Octal2462231520134443513165
Binary101001101001001111010100101110010010001110100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6936A; }

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

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

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

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

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

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

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

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