#AD613E

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

Shades of Tuscany #AD613E

Tints of Tuscany #AD613E

Color information

#AD613E (or 0xAD613E) is unknown color: approx Tuscany. HEX triplet: AD, 61 and 3E. RGB value is (173,97,62). Sum of RGB (Red+Green+Blue) = 173+97+62=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD613E is #529EC1. Grayscale: #737373. Windows color (decimal): -5414594 or 4088237. OLE color: 4088237.

HSL color Cylindrical-coordinate representation of color #AD613E: hue angle of 18.92º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD613E is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1739762-
CMYK00.440.640.32
HSL18.92º47.23%46.08%-
HSV(B)18.92º64.16%67.84%-
XYZ22.3817.786.81-
YUV115.7397.68168.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 97 (38.28% from 255) = 29.22%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=52.11%
G=29.22%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173976200.440.640.3218.9247.2346.08
HexAD613E02C4020132f2e
Octal2551417605410040235756
Binary1010110111000011111100101100100000010000010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD613E; }

 p { color: rgb(173,97,62); }

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

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

 a { background-color: rgb(173,97,62); }

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

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

 span { border-color: rgb(173,97,62); }

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