#A3996E

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

Shades of Tallow #A3996E

Tints of Tallow #A3996E

Color information

#A3996E (or 0xA3996E) is unknown color: approx Tallow. HEX triplet: A3, 99 and 6E. RGB value is (163,153,110). Sum of RGB (Red+Green+Blue) = 163+153+110=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 163 - color contains mainly: red. Hex color #A3996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3996E is #5C6691. Grayscale: #979797. Windows color (decimal): -6055570 or 7248291. OLE color: 7248291.

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

Color convert

RGB163153110-
CMYK00.060.330.36
HSL48.68º22.36%53.53%-
HSV(B)48.68º32.52%63.92%-
XYZ29.3131.6919.32-
YUV151.09104.81136.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.26%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=38.26%
G=35.92%
B=25.82%

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
Decimal16315311000.060.330.3648.6822.3653.53
HexA3996E062124311636
Octal243231156064144612666
Binary10100011100110011101110011010000110010011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3996E; }

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

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

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

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

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

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

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

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