Html Css Color HEX #AD6043 Tuscany

📋 copy color: '#AD6043'

red 173 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #AD6043

Tints of Tuscany #AD6043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.94%

R = 51.49%
G = 28.57%
B = 19.94%

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

#AD6043 (or 0xAD6043) is known color: Tuscany. HEX triplet: AD, 60 and 43. RGB value is (173,96,67). Sum of RGB (Red+Green+Blue) = 173+96+67=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6043 is #529FBC. Grayscale: #737373. Windows color (decimal): -5414845 or 4415661. OLE color: 4415661.

HSL color Cylindrical-coordinate representation of color #AD6043: hue angle of 16.42º 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 #AD6043 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 67 -
CMYK 0 0.45 0.61 0.32
HSL 16.42º 0.44% 0.47% -
HSV(B) 16.42º 0.61% 0.68% -
XYZ 22.43 17.66 7.54 -
YUV 115.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 173 96 67 0 0.45 0.61 0.32 16.42 0.44 0.47
Hex AD 60 43 0 2D 3D 20 10 2C 2F
Octal 255 140 103 0 55 75 40 20 54 57
Binary 10101101 1100000 1000011 0 101101 111101 100000 10000 101100 101111

Color Harmonies of #AD6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6043

Black with #AD6043

Text Example


Text Example

White with #AD6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6043; }

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

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

background-color css

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

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

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

border-color css

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

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

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