#A7936C

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

Shades of Pale Oyster #A7936C

Tints of Pale Oyster #A7936C

Color information

#A7936C (or 0xA7936C) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 6C. RGB value is (167,147,108). Sum of RGB (Red+Green+Blue) = 167+147+108=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A7936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7936C is #586C93. Grayscale: #949494. Windows color (decimal): -5794964 or 7115687. OLE color: 7115687.

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

Color convert

RGB167147108-
CMYK00.120.350.35
HSL39.66º25.11%53.92%-
HSV(B)39.66º35.33%65.49%-
XYZ29.0830.1718.48-
YUV148.53105.13141.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=39.57%
G=34.83%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714710800.120.350.3539.6625.1153.92
HexA7936C0C2323281936
Octal2472231540144343503166
Binary101001111001001111011000110010001110001110100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7936C; }

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

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

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

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

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

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

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

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