Html Css Color HEX #AB6649 Tuscany

📋 copy color: '#AB6649'

red 171 ◦ green 102 ◦ blue 73

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

Shades of Tuscany #AB6649

Tints of Tuscany #AB6649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 49.42%
G = 29.48%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB6649 (or 0xAB6649) is known color: Tuscany. HEX triplet: AB, 66 and 49. RGB value is (171,102,73). Sum of RGB (Red+Green+Blue) = 171+102+73=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6649 is #5499B6. Grayscale: #777777. Windows color (decimal): -5544375 or 4810411. OLE color: 4810411.

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

Color convert

RGB 171 102 73 -
CMYK 0 0.40 0.57 0.33
HSL 17.76º 0.4% 0.48% -
HSV(B) 17.76º 0.57% 0.67% -
XYZ 22.75 18.64 8.7 -
YUV 119.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 171 102 73 0 0.40 0.57 0.33 17.76 0.4 0.48
Hex AB 66 49 0 28 39 21 12 28 30
Octal 253 146 111 0 50 71 41 22 50 60
Binary 10101011 1100110 1001001 0 101000 111001 100001 10010 101000 110000

Color Harmonies of #AB6649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6649

Black with #AB6649

Text Example


Text Example

White with #AB6649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6649; }

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

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

background-color css

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

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

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

border-color css

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

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

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