#AB6139

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

Shades of Tuscany #AB6139

Tints of Tuscany #AB6139

Color information

#AB6139 (or 0xAB6139) is unknown color: approx Tuscany. HEX triplet: AB, 61 and 39. RGB value is (171,97,57). Sum of RGB (Red+Green+Blue) = 171+97+57=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6139 is #549EC6. Grayscale: #727272. Windows color (decimal): -5545671 or 3760555. OLE color: 3760555.

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

Color convert

RGB1719757-
CMYK00.430.670.33
HSL21.05º50%44.71%-
HSV(B)21.05º66.67%67.06%-
XYZ21.8117.56.1-
YUV114.5795.52168.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=52.62%
G=29.85%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171975700.430.670.3321.055044.71
HexAB613902B432115322d
Octal2531417105310341256255
Binary1010101111000011110010101011100001110000110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6139; }

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

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

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

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

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

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

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

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