Html Css Color HEX #AD5F43 Tuscany

📋 copy color: '#AD5F43'

red 173 ◦ green 95 ◦ blue 67

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

Shades of Tuscany #AD5F43

Tints of Tuscany #AD5F43

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 51.64%
G = 28.36%
B = 20%

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

#AD5F43 (or 0xAD5F43) is known color: Tuscany. HEX triplet: AD, 5F and 43. RGB value is (173,95,67). Sum of RGB (Red+Green+Blue) = 173+95+67=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F43 is #52A0BC. Grayscale: #737373. Windows color (decimal): -5415101 or 4415405. OLE color: 4415405.

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

Color convert

RGB 173 95 67 -
CMYK 0 0.45 0.61 0.32
HSL 15.85º 0.44% 0.47% -
HSV(B) 15.85º 0.61% 0.68% -
XYZ 22.34 17.47 7.51 -
YUV 115.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 173 95 67 0 0.45 0.61 0.32 15.85 0.44 0.47
Hex AD 5F 43 0 2D 3D 20 10 2C 2F
Octal 255 137 103 0 55 75 40 20 54 57
Binary 10101101 1011111 1000011 0 101101 111101 100000 10000 101100 101111

Color Harmonies of #AD5F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F43

Black with #AD5F43

Text Example


Text Example

White with #AD5F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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