#A6936B

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

Shades of Pale Oyster #A6936B

Tints of Pale Oyster #A6936B

Color information

#A6936B (or 0xA6936B) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 6B. RGB value is (166,147,107). Sum of RGB (Red+Green+Blue) = 166+147+107=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6936B is #596C94. Grayscale: #949494. Windows color (decimal): -5860501 or 7050150. OLE color: 7050150.

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

Color convert

RGB166147107-
CMYK00.110.360.35
HSL40.68º24.89%53.53%-
HSV(B)40.68º35.54%65.1%-
XYZ28.8130.0418.19-
YUV148.12104.79140.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=39.52%
G=35%
B=25.48%

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
Decimal16614710700.110.360.3540.6824.8953.53
HexA6936B0B2423291936
Octal2462231530134443513166
Binary101001101001001111010110101110010010001110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6936B; }

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

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

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

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

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

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

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

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