#AB6141

Color #AB6141 Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #AB6141

Tints of Tuscany #AB6141

Color information

#AB6141 (or 0xAB6141) is unknown color: approx Tuscany. HEX triplet: AB, 61 and 41. RGB value is (171,97,65). Sum of RGB (Red+Green+Blue) = 171+97+65=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6141 is #549EBE. Grayscale: #737373. Windows color (decimal): -5545663 or 4284843. OLE color: 4284843.

HSL color Cylindrical-coordinate representation of color #AB6141: hue angle of 18.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB6141 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1719765-
CMYK00.430.620.33
HSL18.11º44.92%46.27%-
HSV(B)18.11º61.99%67.06%-
XYZ22.0217.597.24-
YUV115.4899.52167.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 65 (25.78% from 255) = 19.52%
R=51.35%
G=29.13%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171976500.430.620.3318.1144.9246.27
HexAB614102B3E21122d2e
Octal2531411010537641225556
Binary1010101111000011000001010101111111010000110010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6141; }

 p { color: rgb(171,97,65); }

 H1.HeaderClassName
 {
   color: #AB6141;
 }
 .AnyTagClassName
 {
   color: #AB6141;
 }
</style>
background-color css

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

 a { background-color: rgb(171,97,65); }

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

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

 span { border-color: rgb(171,97,65); }

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