Html Css Color HEX #AD5A43 Tuscany

📋 copy color: '#AD5A43'

red 173 ◦ green 90 ◦ blue 67

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

Shades of Tuscany #AD5A43

Tints of Tuscany #AD5A43

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 52.42%
G = 27.27%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5A43 (or 0xAD5A43) is known color: Tuscany. HEX triplet: AD, 5A and 43. RGB value is (173,90,67). Sum of RGB (Red+Green+Blue) = 173+90+67=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A43 is #52A5BC. Grayscale: #707070. Windows color (decimal): -5416381 or 4414125. OLE color: 4414125.

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

Color convert

RGB 173 90 67 -
CMYK 0 0.48 0.61 0.32
HSL 13.02º 0.44% 0.47% -
HSV(B) 13.02º 0.61% 0.68% -
XYZ 21.9 16.6 7.36 -
YUV 112.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 173 90 67 0 0.48 0.61 0.32 13.02 0.44 0.47
Hex AD 5A 43 0 30 3D 20 D 2C 2F
Octal 255 132 103 0 60 75 40 15 54 57
Binary 10101101 1011010 1000011 0 110000 111101 100000 1101 101100 101111

Color Harmonies of #AD5A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A43

Black with #AD5A43

Text Example


Text Example

White with #AD5A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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