Html Css Color HEX #AD6044 Tuscany

📋 copy color: '#AD6044'

red 173 ◦ green 96 ◦ blue 68

#AD6044
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuscany #AD6044

Tints of Tuscany #AD6044

RGB

 RED value IS 173 (67.97% from 255) = 51.34%

 GREEN value IS 96 (37.89% from 255) = 28.49%

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 51.34%
G = 28.49%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD6044 (or 0xAD6044) is known color: Tuscany. HEX triplet: AD, 60 and 44. RGB value is (173,96,68). Sum of RGB (Red+Green+Blue) = 173+96+68=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6044 is #529FBB. Grayscale: #747474. Windows color (decimal): -5414844 or 4481197. OLE color: 4481197.

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

Color convert

RGB 173 96 68 -
CMYK 0 0.45 0.61 0.32
HSL 16º 0.44% 0.47% -
HSV(B) 16º 0.61% 0.68% -
XYZ 22.46 17.67 7.7 -
YUV 115.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 173 96 68 0 0.45 0.61 0.32 16 0.44 0.47
Hex AD 60 44 0 2D 3D 20 10 2C 2F
Octal 255 140 104 0 55 75 40 20 54 57
Binary 10101101 1100000 1000100 0 101101 111101 100000 10000 101100 101111

Color Harmonies of #AD6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6044

Black with #AD6044

Text Example


Text Example

White with #AD6044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6044; }

 p { color: rgb(173,96,68); }

 H1.HeaderClassName
 {
   color: #AD6044;
 }
 .AnyTagClassName
 {
   color: #AD6044;
 }
</style>

background-color css

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

 a { background-color: rgb(173,96,68); }

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

border-color css

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

 span { border-color: rgb(173,96,68); }

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