#A6936E

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

Shades of Pale Oyster #A6936E

Tints of Pale Oyster #A6936E

Color information

#A6936E (or 0xA6936E) is unknown color: approx Pale Oyster. HEX triplet: A6, 93 and 6E. RGB value is (166,147,110). Sum of RGB (Red+Green+Blue) = 166+147+110=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A6936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6936E is #596C91. Grayscale: #949494. Windows color (decimal): -5860498 or 7246758. OLE color: 7246758.

HSL color Cylindrical-coordinate representation of color #A6936E: hue angle of 39.64º 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 #A6936E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166147110-
CMYK00.110.340.35
HSL39.64º23.93%54.12%-
HSV(B)39.64º33.73%65.1%-
XYZ28.9730.119.03-
YUV148.46106.29140.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=39.24%
G=34.75%
B=26.00%

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
Decimal16614711000.110.340.3539.6423.9354.12
HexA6936E0B2223281836
Octal2462231560134243503066
Binary101001101001001111011100101110001010001110100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6936E; }

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

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

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

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

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

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

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

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