Html Css Color HEX #AB6447 Tuscany

📋 copy color: '#AB6447'

red 171 ◦ green 100 ◦ blue 71

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

Shades of Tuscany #AB6447

Tints of Tuscany #AB6447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 50%
G = 29.24%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6447 (or 0xAB6447) is known color: Tuscany. HEX triplet: AB, 64 and 47. RGB value is (171,100,71). Sum of RGB (Red+Green+Blue) = 171+100+71=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6447 is #549BB8. Grayscale: #767676. Windows color (decimal): -5544889 or 4678827. OLE color: 4678827.

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

Color convert

RGB 171 100 71 -
CMYK 0 0.42 0.58 0.33
HSL 17.4º 0.41% 0.47% -
HSV(B) 17.4º 0.58% 0.67% -
XYZ 22.49 18.23 8.29 -
YUV 117.92 101.52 165.86 -
System Red Green Blue C M Y K H S L
Decimal 171 100 71 0 0.42 0.58 0.33 17.4 0.41 0.47
Hex AB 64 47 0 2A 3A 21 11 29 2F
Octal 253 144 107 0 52 72 41 21 51 57
Binary 10101011 1100100 1000111 0 101010 111010 100001 10001 101001 101111

Color Harmonies of #AB6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6447

Black with #AB6447

Text Example


Text Example

White with #AB6447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6447; }

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

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

background-color css

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

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

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

border-color css

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

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

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