#A4936F

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

Shades of Pale Oyster #A4936F

Tints of Pale Oyster #A4936F

Color information

#A4936F (or 0xA4936F) is unknown color: approx Pale Oyster. HEX triplet: A4, 93 and 6F. RGB value is (164,147,111). Sum of RGB (Red+Green+Blue) = 164+147+111=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4936F is #5B6C90. Grayscale: #949494. Windows color (decimal): -5991569 or 7312292. OLE color: 7312292.

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

Color convert

RGB164147111-
CMYK00.100.320.36
HSL40.75º22.55%53.92%-
HSV(B)40.75º32.32%64.31%-
XYZ28.6129.9119.3-
YUV147.98107.13139.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 111 (43.75% from 255) = 26.30%
R=38.86%
G=34.83%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414711100.100.320.3640.7522.5553.92
HexA4936F0A2024291736
Octal2442231570124044512766
Binary101001001001001111011110101010000010010010100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4936F; }

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

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

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

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

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

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

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

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