#A7936A

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

Shades of Pale Oyster #A7936A

Tints of Pale Oyster #A7936A

Color information

#A7936A (or 0xA7936A) is unknown color: approx Pale Oyster. HEX triplet: A7, 93 and 6A. RGB value is (167,147,106). Sum of RGB (Red+Green+Blue) = 167+147+106=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A7936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7936A is #586C95. Grayscale: #949494. Windows color (decimal): -5794966 or 6984615. OLE color: 6984615.

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

Color convert

RGB167147106-
CMYK00.120.370.35
HSL40.33º25.74%53.53%-
HSV(B)40.33º36.53%65.49%-
XYZ28.9730.1217.92-
YUV148.31104.13141.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=39.76%
G=35%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714710600.120.370.3540.3325.7453.53
HexA7936A0C2523281a36
Octal2472231520144543503266
Binary101001111001001111010100110010010110001110100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7936A; }

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

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

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

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

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

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

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

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