#A79370

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

Shades of Pale Oyster #A79370

Tints of Pale Oyster #A79370

Color information

#A79370 (or 0xA79370) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 70. RGB value is (167,147,112). Sum of RGB (Red+Green+Blue) = 167+147+112=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A79370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79370 is #586C8F. Grayscale: #959595. Windows color (decimal): -5794960 or 7377831. OLE color: 7377831.

HSL color Cylindrical-coordinate representation of color #A79370: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79370 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB167147112-
CMYK00.120.330.35
HSL38.18º23.81%54.71%-
HSV(B)38.18º32.93%65.49%-
XYZ29.2930.2519.62-
YUV148.99107.13140.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=39.20%
G=34.51%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714711200.120.330.3538.1823.8154.71
HexA793700C2123261837
Octal2472231600144143463067
Binary101001111001001111100000110010000110001110011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79370; }

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

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

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

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

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

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

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

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