#AD614B

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

Shades of Tuscany #AD614B

Tints of Tuscany #AD614B

Color information

#AD614B (or 0xAD614B) is unknown color: approx Tuscany. HEX triplet: AD, 61 and 4B. RGB value is (173,97,75). Sum of RGB (Red+Green+Blue) = 173+97+75=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD614B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD614B is #529EB4. Grayscale: #757575. Windows color (decimal): -5414581 or 4940205. OLE color: 4940205.

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

Color convert

RGB1739775-
CMYK00.440.570.32
HSL13.47º39.52%48.63%-
HSV(B)13.47º56.65%67.84%-
XYZ22.7817.948.92-
YUV117.22104.18167.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.14%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=50.14%
G=28.12%
B=21.74%

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
Decimal173977500.440.570.3213.4739.5248.63
HexAD614B02C3920d2831
Octal2551411130547140155061
Binary101011011100001100101101011001110011000001101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD614B; }

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

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

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

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

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

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

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

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