#AD614A

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

Shades of Tuscany #AD614A

Tints of Tuscany #AD614A

Color information

#AD614A (or 0xAD614A) is unknown color: approx Tuscany. HEX triplet: AD, 61 and 4A. RGB value is (173,97,74). Sum of RGB (Red+Green+Blue) = 173+97+74=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD614A is #529EB5. Grayscale: #757575. Windows color (decimal): -5414582 or 4874669. OLE color: 4874669.

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

Color convert

RGB1739774-
CMYK00.440.570.32
HSL13.94º40.08%48.43%-
HSV(B)13.94º57.23%67.84%-
XYZ22.7417.938.74-
YUV117.1103.68167.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.29%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=50.29%
G=28.20%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173977400.440.570.3213.9440.0848.43
HexAD614A02C3920e2830
Octal2551411120547140165060
Binary101011011100001100101001011001110011000001110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD614A; }

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

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

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

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

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

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

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

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