#AB603C

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

Shades of Tuscany #AB603C

Tints of Tuscany #AB603C

Color information

#AB603C (or 0xAB603C) is unknown color: approx Tuscany. HEX triplet: AB, 60 and 3C. RGB value is (171,96,60). Sum of RGB (Red+Green+Blue) = 171+96+60=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB603C is #549FC3. Grayscale: #727272. Windows color (decimal): -5545924 or 3956907. OLE color: 3956907.

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

Color convert

RGB1719660-
CMYK00.440.650.33
HSL19.46º48.05%45.29%-
HSV(B)19.46º64.91%67.06%-
XYZ21.7917.356.48-
YUV114.3297.35168.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=52.29%
G=29.36%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171966000.440.650.3319.4648.0545.29
HexAB603C02C412113302d
Octal2531407405410141236055
Binary1010101111000001111000101100100000110000110011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB603C; }

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

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

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

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

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

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

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

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