Html Css Color HEX #AD5F4B Tuscany

📋 copy color: '#AD5F4B'

red 173 ◦ green 95 ◦ blue 75

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

Shades of Tuscany #AD5F4B

Tints of Tuscany #AD5F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 50.44%
G = 27.7%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD5F4B (or 0xAD5F4B) is known color: Tuscany. HEX triplet: AD, 5F and 4B. RGB value is (173,95,75). Sum of RGB (Red+Green+Blue) = 173+95+75=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5F4B is #52A0B4. Grayscale: #747474. Windows color (decimal): -5415093 or 4939693. OLE color: 4939693.

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

Color convert

RGB 173 95 75 -
CMYK 0 0.45 0.57 0.32
HSL 12.24º 0.4% 0.49% -
HSV(B) 12.24º 0.57% 0.68% -
XYZ 22.6 17.58 8.86 -
YUV 116.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 173 95 75 0 0.45 0.57 0.32 12.24 0.4 0.49
Hex AD 5F 4B 0 2D 39 20 C 28 31
Octal 255 137 113 0 55 71 40 14 50 61
Binary 10101101 1011111 1001011 0 101101 111001 100000 1100 101000 110001

Color Harmonies of #AD5F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5F4B

Black with #AD5F4B

Text Example


Text Example

White with #AD5F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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