Html Css Color HEX #AD604B Tuscany

📋 copy color: '#AD604B'

red 173 ◦ green 96 ◦ blue 75

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

Shades of Tuscany #AD604B

Tints of Tuscany #AD604B

RGB

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

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

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

R = 50.29%
G = 27.91%
B = 21.8%

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

#AD604B (or 0xAD604B) is known color: Tuscany. HEX triplet: AD, 60 and 4B. RGB value is (173,96,75). Sum of RGB (Red+Green+Blue) = 173+96+75=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD604B is #529FB4. Grayscale: #747474. Windows color (decimal): -5414837 or 4939949. OLE color: 4939949.

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

Color convert

RGB 173 96 75 -
CMYK 0 0.45 0.57 0.32
HSL 12.86º 0.4% 0.49% -
HSV(B) 12.86º 0.57% 0.68% -
XYZ 22.69 17.76 8.89 -
YUV 116.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 173 96 75 0 0.45 0.57 0.32 12.86 0.4 0.49
Hex AD 60 4B 0 2D 39 20 D 28 31
Octal 255 140 113 0 55 71 40 15 50 61
Binary 10101101 1100000 1001011 0 101101 111001 100000 1101 101000 110001

Color Harmonies of #AD604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD604B

Black with #AD604B

Text Example


Text Example

White with #AD604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD604B; }

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

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

background-color css

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

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

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

border-color css

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

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

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