#AB613C

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

Shades of Tuscany #AB613C

Tints of Tuscany #AB613C

Color information

#AB613C (or 0xAB613C) is unknown color: approx Tuscany. HEX triplet: AB, 61 and 3C. RGB value is (171,97,60). Sum of RGB (Red+Green+Blue) = 171+97+60=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB613C is #549EC3. Grayscale: #737373. Windows color (decimal): -5545668 or 3957163. OLE color: 3957163.

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

Color convert

RGB1719760-
CMYK00.430.650.33
HSL20º48.05%45.29%-
HSV(B)20º64.91%67.06%-
XYZ21.8817.536.51-
YUV114.9197.02168.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=52.13%
G=29.57%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171976000.430.650.332048.0545.29
HexAB613C02B412114302d
Octal2531417405310141246055
Binary1010101111000011111000101011100000110000110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB613C; }

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

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

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

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

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

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

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

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