#AD623D

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

Shades of Tuscany #AD623D

Tints of Tuscany #AD623D

Color information

#AD623D (or 0xAD623D) is unknown color: approx Tuscany. HEX triplet: AD, 62 and 3D. RGB value is (173,98,61). Sum of RGB (Red+Green+Blue) = 173+98+61=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD623D is #529DC2. Grayscale: #747474. Windows color (decimal): -5414339 or 4022957. OLE color: 4022957.

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

Color convert

RGB1739861-
CMYK00.430.650.32
HSL19.82º47.86%45.88%-
HSV(B)19.82º64.74%67.84%-
XYZ22.4417.966.7-
YUV116.2196.85168.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 61 (24.22% from 255) = 18.37%
R=52.11%
G=29.52%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173986100.430.650.3219.8247.8645.88
HexAD623D02B412014302e
Octal2551427505310140246056
Binary1010110111000101111010101011100000110000010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD623D; }

 p { color: rgb(173,98,61); }

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

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

 a { background-color: rgb(173,98,61); }

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

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

 span { border-color: rgb(173,98,61); }

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