#A3996C

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

Shades of Tallow #A3996C

Tints of Tallow #A3996C

Color information

#A3996C (or 0xA3996C) is unknown color: approx Tallow. HEX triplet: A3, 99 and 6C. RGB value is (163,153,108). Sum of RGB (Red+Green+Blue) = 163+153+108=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A3996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3996C is #5C6693. Grayscale: #979797. Windows color (decimal): -6055572 or 7117219. OLE color: 7117219.

HSL color Cylindrical-coordinate representation of color #A3996C: hue angle of 49.09º degrees, saturation: 0.23, 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 #A3996C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB163153108-
CMYK00.060.340.36
HSL49.09º23.01%53.14%-
HSV(B)49.09º33.74%63.92%-
XYZ29.231.6518.76-
YUV150.86103.81136.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.44%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=38.44%
G=36.08%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315310800.060.340.3649.0923.0153.14
HexA3996C062224311735
Octal243231154064244612765
Binary10100011100110011101100011010001010010011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3996C; }

 p { color: rgb(163,153,108); }

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

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

 a { background-color: rgb(163,153,108); }

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

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

 span { border-color: rgb(163,153,108); }

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