#A4936C

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

Shades of Pale Oyster #A4936C

Tints of Pale Oyster #A4936C

Color information

#A4936C (or 0xA4936C) is unknown color: approx Pale Oyster. HEX triplet: A4, 93 and 6C. RGB value is (164,147,108). Sum of RGB (Red+Green+Blue) = 164+147+108=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 164 - color contains mainly: red. Hex color #A4936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4936C is #5B6C93. Grayscale: #939393. Windows color (decimal): -5991572 or 7115684. OLE color: 7115684.

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

Color convert

RGB164147108-
CMYK00.100.340.36
HSL41.79º23.53%53.33%-
HSV(B)41.79º34.15%64.31%-
XYZ28.4529.8418.45-
YUV147.64105.63139.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.14%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=39.14%
G=35.08%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414710800.100.340.3641.7923.5353.33
HexA4936C0A22242a1835
Octal2442231540124244523065
Binary101001001001001111011000101010001010010010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4936C; }

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

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

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

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

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

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

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

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