#A6946C

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

Shades of Pale Oyster #A6946C

Tints of Pale Oyster #A6946C

Color information

#A6946C (or 0xA6946C) is unknown color: approx Pale Oyster. HEX triplet: A6, 94 and 6C. RGB value is (166,148,108). Sum of RGB (Red+Green+Blue) = 166+148+108=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A6946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6946C is #596B93. Grayscale: #959595. Windows color (decimal): -5860244 or 7115942. OLE color: 7115942.

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

Color convert

RGB166148108-
CMYK00.110.350.35
HSL41.38º24.58%53.73%-
HSV(B)41.38º34.94%65.1%-
XYZ29.0230.3718.52-
YUV148.82104.96140.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=39.34%
G=35.07%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614810800.110.350.3541.3824.5853.73
HexA6946C0B2323291936
Octal2462241540134343513166
Binary101001101001010011011000101110001110001110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6946C; }

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

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

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

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

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

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

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

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