Html Css Color HEX #AD5C3A Tuscany

📋 copy color: '#AD5C3A'

red 173 ◦ green 92 ◦ blue 58

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

Shades of Tuscany #AD5C3A

Tints of Tuscany #AD5C3A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.48%

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 53.56%
G = 28.48%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD5C3A (or 0xAD5C3A) is known color: Tuscany. HEX triplet: AD, 5C and 3A. RGB value is (173,92,58). Sum of RGB (Red+Green+Blue) = 173+92+58=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5C3A is #52A3C5. Grayscale: #707070. Windows color (decimal): -5415878 or 3824813. OLE color: 3824813.

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

Color convert

RGB 173 92 58 -
CMYK 0 0.47 0.66 0.32
HSL 17.74º 0.5% 0.45% -
HSV(B) 17.74º 0.66% 0.68% -
XYZ 21.82 16.84 6.1 -
YUV 112.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 173 92 58 0 0.47 0.66 0.32 17.74 0.5 0.45
Hex AD 5C 3A 0 2F 42 20 12 32 2D
Octal 255 134 72 0 57 102 40 22 62 55
Binary 10101101 1011100 111010 0 101111 1000010 100000 10010 110010 101101

Color Harmonies of #AD5C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C3A

Black with #AD5C3A

Text Example


Text Example

White with #AD5C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C3A; }

 p { color: rgb(173,92,58); }

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

background-color css

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

 a { background-color: rgb(173,92,58); }

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

border-color css

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

 span { border-color: rgb(173,92,58); }

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