Html Css Color HEX #AB6449 Tuscany

📋 copy color: '#AB6449'

red 171 ◦ green 100 ◦ blue 73

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

Shades of Tuscany #AB6449

Tints of Tuscany #AB6449

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

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

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 49.71%
G = 29.07%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB6449 (or 0xAB6449) is known color: Tuscany. HEX triplet: AB, 64 and 49. RGB value is (171,100,73). Sum of RGB (Red+Green+Blue) = 171+100+73=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6449 is #549BB6. Grayscale: #767676. Windows color (decimal): -5544887 or 4809899. OLE color: 4809899.

HSL color Cylindrical-coordinate representation of color #AB6449: hue angle of 16.53º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6449 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 73 -
CMYK 0 0.42 0.57 0.33
HSL 16.53º 0.4% 0.48% -
HSV(B) 16.53º 0.57% 0.67% -
XYZ 22.55 18.25 8.64 -
YUV 118.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 171 100 73 0 0.42 0.57 0.33 16.53 0.4 0.48
Hex AB 64 49 0 2A 39 21 11 28 30
Octal 253 144 111 0 52 71 41 21 50 60
Binary 10101011 1100100 1001001 0 101010 111001 100001 10001 101000 110000

Color Harmonies of #AB6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6449

Black with #AB6449

Text Example


Text Example

White with #AB6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6449; }

 p { color: rgb(171,100,73); }

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

background-color css

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

 a { background-color: rgb(171,100,73); }

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

border-color css

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

 span { border-color: rgb(171,100,73); }

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