#A79366

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

Shades of Pale Oyster #A79366

Tints of Pale Oyster #A79366

Color information

#A79366 (or 0xA79366) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 66. RGB value is (167,147,102). Sum of RGB (Red+Green+Blue) = 167+147+102=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A79366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79366 is #586C99. Grayscale: #949494. Windows color (decimal): -5794970 or 6722471. OLE color: 6722471.

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

Color convert

RGB167147102-
CMYK00.120.390.35
HSL41.54º26.97%52.75%-
HSV(B)41.54º38.92%65.49%-
XYZ28.7730.0416.85-
YUV147.85102.13141.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=40.14%
G=35.34%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714710200.120.390.3541.5426.9752.75
HexA793660C27232a1b35
Octal2472231460144743523365
Binary101001111001001111001100110010011110001110101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79366; }

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

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

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

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

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

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

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

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