#AD9A74

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

Shades of Tallow #AD9A74

Tints of Tallow #AD9A74

Color information

#AD9A74 (or 0xAD9A74) is unknown color: approx Tallow. HEX triplet: AD, 9A and 74. RGB value is (173,154,116). Sum of RGB (Red+Green+Blue) = 173+154+116=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A74 is #52658B. Grayscale: #9B9B9B. Windows color (decimal): -5399948 or 7641773. OLE color: 7641773.

HSL color Cylindrical-coordinate representation of color #AD9A74: hue angle of 40º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9A74 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB173154116-
CMYK00.110.330.32
HSL40º25.79%56.67%-
HSV(B)40º32.95%67.84%-
XYZ31.9433.2621.26-
YUV155.35105.79140.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=39.05%
G=34.76%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315411600.110.330.324025.7956.67
HexAD9A740B2120281a39
Octal2552321640134140503271
Binary101011011001101011101000101110000110000010100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9A74; }

 p { color: rgb(173,154,116); }

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

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

 a { background-color: rgb(173,154,116); }

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

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

 span { border-color: rgb(173,154,116); }

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