#A79268

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

Shades of Pale Oyster #A79268

Tints of Pale Oyster #A79268

Color information

#A79268 (or 0xA79268) is unknown color: approx Pale Oyster. HEX triplet: A7, 92 and 68. RGB value is (167,146,104). Sum of RGB (Red+Green+Blue) = 167+146+104=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A79268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79268 is #586D97. Grayscale: #939393. Windows color (decimal): -5795224 or 6853287. OLE color: 6853287.

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

Color convert

RGB167146104-
CMYK00.130.380.35
HSL40º26.36%53.14%-
HSV(B)40º37.72%65.49%-
XYZ28.7129.7717.33-
YUV147.49103.46141.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=40.05%
G=35.01%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714610400.130.380.354026.3653.14
HexA792680D2623281a35
Octal2472221500154643503265
Binary101001111001001011010000110110011010001110100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79268; }

 p { color: rgb(167,146,104); }

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

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

 a { background-color: rgb(167,146,104); }

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

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

 span { border-color: rgb(167,146,104); }

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