#AB6041

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

Shades of Tuscany #AB6041

Tints of Tuscany #AB6041

Color information

#AB6041 (or 0xAB6041) is unknown color: approx Tuscany. HEX triplet: AB, 60 and 41. RGB value is (171,96,65). Sum of RGB (Red+Green+Blue) = 171+96+65=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6041 is #549FBE. Grayscale: #737373. Windows color (decimal): -5545919 or 4284587. OLE color: 4284587.

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

Color convert

RGB1719665-
CMYK00.440.620.33
HSL17.55º44.92%46.27%-
HSV(B)17.55º61.99%67.06%-
XYZ21.9317.417.2-
YUV114.8999.85168.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=51.51%
G=28.92%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171966500.440.620.3317.5544.9246.27
HexAB604102C3E21122d2e
Octal2531401010547641225556
Binary1010101111000001000001010110011111010000110010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6041; }

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

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

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

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

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

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

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

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