#A7936F

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

Shades of Pale Oyster #A7936F

Tints of Pale Oyster #A7936F

Color information

#A7936F (or 0xA7936F) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 6F. RGB value is (167,147,111). Sum of RGB (Red+Green+Blue) = 167+147+111=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7936F is #586C90. Grayscale: #959595. Windows color (decimal): -5794961 or 7312295. OLE color: 7312295.

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

Color convert

RGB167147111-
CMYK00.120.340.35
HSL38.57º24.14%54.51%-
HSV(B)38.57º33.53%65.49%-
XYZ29.2430.2319.33-
YUV148.88106.63140.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=39.29%
G=34.59%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714711100.120.340.3538.5724.1454.51
HexA7936F0C2223271837
Octal2472231570144243473067
Binary101001111001001111011110110010001010001110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7936F; }

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

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

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

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

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

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

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

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