#A6946A

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

Shades of Pale Oyster #A6946A

Tints of Pale Oyster #A6946A

Color information

#A6946A (or 0xA6946A) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 6A. RGB value is (166,148,106). Sum of RGB (Red+Green+Blue) = 166+148+106=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6946A is #596B95. Grayscale: #949494. Windows color (decimal): -5860246 or 6984870. OLE color: 6984870.

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

Color convert

RGB166148106-
CMYK00.110.360.35
HSL42º25.21%53.33%-
HSV(B)42º36.14%65.1%-
XYZ28.9230.3317.97-
YUV148.59103.96140.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=39.52%
G=35.24%
B=25.24%

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
Decimal16614810600.110.360.354225.2153.33
HexA6946A0B24232a1935
Octal2462241520134443523165
Binary101001101001010011010100101110010010001110101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6946A; }

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

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

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

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

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

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

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

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