Html Css Color HEX #AD5F44 Tuscany

📋 copy color: '#AD5F44'

red 173 ◦ green 95 ◦ blue 68

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

Shades of Tuscany #AD5F44

Tints of Tuscany #AD5F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 51.49%
G = 28.27%
B = 20.24%

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

#AD5F44 (or 0xAD5F44) is known color: Tuscany. HEX triplet: AD, 5F and 44. RGB value is (173,95,68). Sum of RGB (Red+Green+Blue) = 173+95+68=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F44 is #52A0BB. Grayscale: #737373. Windows color (decimal): -5415100 or 4480941. OLE color: 4480941.

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

Color convert

RGB 173 95 68 -
CMYK 0 0.45 0.61 0.32
HSL 15.43º 0.44% 0.47% -
HSV(B) 15.43º 0.61% 0.68% -
XYZ 22.37 17.49 7.66 -
YUV 115.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 173 95 68 0 0.45 0.61 0.32 15.43 0.44 0.47
Hex AD 5F 44 0 2D 3D 20 F 2C 2F
Octal 255 137 104 0 55 75 40 17 54 57
Binary 10101101 1011111 1000100 0 101101 111101 100000 1111 101100 101111

Color Harmonies of #AD5F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F44

Black with #AD5F44

Text Example


Text Example

White with #AD5F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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