#A79470

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

Shades of Pale Oyster #A79470

Tints of Pale Oyster #A79470

Color information

#A79470 (or 0xA79470) is unknown color: approx Pale Oyster. HEX triplet: A7, 94 and 70. RGB value is (167,148,112). Sum of RGB (Red+Green+Blue) = 167+148+112=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A79470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79470 is #586B8F. Grayscale: #959595. Windows color (decimal): -5794704 or 7378087. OLE color: 7378087.

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

Color convert

RGB167148112-
CMYK00.110.330.35
HSL39.27º23.81%54.71%-
HSV(B)39.27º32.93%65.49%-
XYZ29.4530.5719.68-
YUV149.58106.79140.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.11%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=39.11%
G=34.66%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714811200.110.330.3539.2723.8154.71
HexA794700B2123271837
Octal2472241600134143473067
Binary101001111001010011100000101110000110001110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79470; }

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

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

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

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

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

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

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

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