Html Css Color HEX #AD643B Tuscany

📋 copy color: '#AD643B'

red 173 ◦ green 100 ◦ blue 59

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

Shades of Tuscany #AD643B

Tints of Tuscany #AD643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 52.11%
G = 30.12%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD643B (or 0xAD643B) is known color: Tuscany. HEX triplet: AD, 64 and 3B. RGB value is (173,100,59). Sum of RGB (Red+Green+Blue) = 173+100+59=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD643B is #529BC4. Grayscale: #757575. Windows color (decimal): -5413829 or 3892397. OLE color: 3892397.

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

Color convert

RGB 173 100 59 -
CMYK 0 0.42 0.66 0.32
HSL 21.58º 0.49% 0.45% -
HSV(B) 21.58º 0.66% 0.68% -
XYZ 22.58 18.31 6.48 -
YUV 117.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 173 100 59 0 0.42 0.66 0.32 21.58 0.49 0.45
Hex AD 64 3B 0 2A 42 20 16 31 2D
Octal 255 144 73 0 52 102 40 26 61 55
Binary 10101101 1100100 111011 0 101010 1000010 100000 10110 110001 101101

Color Harmonies of #AD643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD643B

Black with #AD643B

Text Example


Text Example

White with #AD643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD643B; }

 p { color: rgb(173,100,59); }

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

background-color css

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

 a { background-color: rgb(173,100,59); }

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

border-color css

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

 span { border-color: rgb(173,100,59); }

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