#AB6044

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

Shades of Tuscany #AB6044

Tints of Tuscany #AB6044

Color information

#AB6044 (or 0xAB6044) is unknown color: approx Tuscany. HEX triplet: AB, 60 and 44. RGB value is (171,96,68). Sum of RGB (Red+Green+Blue) = 171+96+68=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6044 is #549FBB. Grayscale: #737373. Windows color (decimal): -5545916 or 4481195. OLE color: 4481195.

HSL color Cylindrical-coordinate representation of color #AB6044: hue angle of 16.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6044 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB1719668-
CMYK00.440.600.33
HSL16.31º43.1%46.86%-
HSV(B)16.31º60.23%67.06%-
XYZ22.0217.447.67-
YUV115.23101.35167.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 68 (26.95% from 255) = 20.30%
R=51.04%
G=28.66%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171966800.440.600.3316.3143.146.86
HexAB604402C3C21102b2f
Octal2531401040547441205357
Binary1010101111000001000100010110011110010000110000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6044; }

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

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

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

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

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

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

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

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