Html Css Color HEX #AD5A42 Tuscany

📋 copy color: '#AD5A42'

red 173 ◦ green 90 ◦ blue 66

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

Shades of Tuscany #AD5A42

Tints of Tuscany #AD5A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 52.58%
G = 27.36%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5A42 (or 0xAD5A42) is known color: Tuscany. HEX triplet: AD, 5A and 42. RGB value is (173,90,66). Sum of RGB (Red+Green+Blue) = 173+90+66=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A42 is #52A5BD. Grayscale: #707070. Windows color (decimal): -5416382 or 4348589. OLE color: 4348589.

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

Color convert

RGB 173 90 66 -
CMYK 0 0.48 0.62 0.32
HSL 13.46º 0.45% 0.47% -
HSV(B) 13.46º 0.62% 0.68% -
XYZ 21.87 16.59 7.2 -
YUV 112.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 173 90 66 0 0.48 0.62 0.32 13.46 0.45 0.47
Hex AD 5A 42 0 30 3E 20 D 2D 2F
Octal 255 132 102 0 60 76 40 15 55 57
Binary 10101101 1011010 1000010 0 110000 111110 100000 1101 101101 101111

Color Harmonies of #AD5A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A42

Black with #AD5A42

Text Example


Text Example

White with #AD5A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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