#A4936A

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

Shades of Pale Oyster #A4936A

Tints of Pale Oyster #A4936A

Color information

#A4936A (or 0xA4936A) is unknown color: approx Pale Oyster. HEX triplet: A4, 93 and 6A. RGB value is (164,147,106). Sum of RGB (Red+Green+Blue) = 164+147+106=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4936A is #5B6C95. Grayscale: #939393. Windows color (decimal): -5991574 or 6984612. OLE color: 6984612.

HSL color Cylindrical-coordinate representation of color #A4936A: hue angle of 42.41º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4936A is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164147106-
CMYK00.100.350.36
HSL42.41º24.17%52.94%-
HSV(B)42.41º35.37%64.31%-
XYZ28.3529.817.89-
YUV147.41104.63139.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=39.33%
G=35.25%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414710600.100.350.3642.4124.1752.94
HexA4936A0A23242a1835
Octal2442231520124344523065
Binary101001001001001111010100101010001110010010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4936A; }

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

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

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

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

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

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

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

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