Html Css Color HEX #AD6048 Tuscany

📋 copy color: '#AD6048'

red 173 ◦ green 96 ◦ blue 72

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

Shades of Tuscany #AD6048

Tints of Tuscany #AD6048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 50.73%
G = 28.15%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD6048 (or 0xAD6048) is known color: Tuscany. HEX triplet: AD, 60 and 48. RGB value is (173,96,72). Sum of RGB (Red+Green+Blue) = 173+96+72=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6048 is #529FB7. Grayscale: #747474. Windows color (decimal): -5414840 or 4743341. OLE color: 4743341.

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

Color convert

RGB 173 96 72 -
CMYK 0 0.45 0.58 0.32
HSL 14.26º 0.41% 0.48% -
HSV(B) 14.26º 0.58% 0.68% -
XYZ 22.59 17.72 8.36 -
YUV 116.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 173 96 72 0 0.45 0.58 0.32 14.26 0.41 0.48
Hex AD 60 48 0 2D 3A 20 E 29 30
Octal 255 140 110 0 55 72 40 16 51 60
Binary 10101101 1100000 1001000 0 101101 111010 100000 1110 101001 110000

Color Harmonies of #AD6048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6048

Black with #AD6048

Text Example


Text Example

White with #AD6048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6048; }

 p { color: rgb(173,96,72); }

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

background-color css

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

 a { background-color: rgb(173,96,72); }

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

border-color css

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

 span { border-color: rgb(173,96,72); }

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