#A79466

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

Shades of Pale Oyster #A79466

Tints of Pale Oyster #A79466

Color information

#A79466 (or 0xA79466) is unknown color: approx Pale Oyster. HEX triplet: A7, 94 and 66. RGB value is (167,148,102). Sum of RGB (Red+Green+Blue) = 167+148+102=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79466 is #586B99. Grayscale: #949494. Windows color (decimal): -5794714 or 6722727. OLE color: 6722727.

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

Color convert

RGB167148102-
CMYK00.110.390.35
HSL42.46º26.97%52.75%-
HSV(B)42.46º38.92%65.49%-
XYZ28.9230.3516.9-
YUV148.44101.79141.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=40.05%
G=35.49%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714810200.110.390.3542.4626.9752.75
HexA794660B27232a1b35
Octal2472241460134743523365
Binary101001111001010011001100101110011110001110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79466; }

 p { color: rgb(167,148,102); }

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

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

 a { background-color: rgb(167,148,102); }

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

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

 span { border-color: rgb(167,148,102); }

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