#A3996D

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

Shades of Tallow #A3996D

Tints of Tallow #A3996D

Color information

#A3996D (or 0xA3996D) is unknown color: approx Tallow. HEX triplet: A3, 99 and 6D. RGB value is (163,153,109). Sum of RGB (Red+Green+Blue) = 163+153+109=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 163 - color contains mainly: red. Hex color #A3996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3996D is #5C6692. Grayscale: #979797. Windows color (decimal): -6055571 or 7182755. OLE color: 7182755.

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

Color convert

RGB163153109-
CMYK00.060.330.36
HSL48.89º22.69%53.33%-
HSV(B)48.89º33.13%63.92%-
XYZ29.2631.6719.04-
YUV150.97104.31136.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=38.35%
G=36%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315310900.060.330.3648.8922.6953.33
HexA3996D062124311735
Octal243231155064144612765
Binary10100011100110011101101011010000110010011000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3996D; }

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

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

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

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

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

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

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

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