#A7936E

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

Shades of Pale Oyster #A7936E

Tints of Pale Oyster #A7936E

Color information

#A7936E (or 0xA7936E) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 6E. RGB value is (167,147,110). Sum of RGB (Red+Green+Blue) = 167+147+110=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7936E is #586C91. Grayscale: #949494. Windows color (decimal): -5794962 or 7246759. OLE color: 7246759.

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

Color convert

RGB167147110-
CMYK00.120.340.35
HSL38.95º24.46%54.31%-
HSV(B)38.95º34.13%65.49%-
XYZ29.1830.2119.04-
YUV148.76106.13141.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=39.39%
G=34.67%
B=25.94%

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
Decimal16714711000.120.340.3538.9524.4654.31
HexA7936E0C2223271836
Octal2472231560144243473066
Binary101001111001001111011100110010001010001110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7936E; }

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

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

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

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

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

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

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

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