#AB603F

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

Shades of Tuscany #AB603F

Tints of Tuscany #AB603F

Color information

#AB603F (or 0xAB603F) is unknown color: approx Tuscany. HEX triplet: AB, 60 and 3F. RGB value is (171,96,63). Sum of RGB (Red+Green+Blue) = 171+96+63=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB603F is #549FC0. Grayscale: #727272. Windows color (decimal): -5545921 or 4153515. OLE color: 4153515.

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

Color convert

RGB1719663-
CMYK00.440.630.33
HSL18.33º46.15%45.88%-
HSV(B)18.33º63.16%67.06%-
XYZ21.8717.386.9-
YUV114.6698.85168.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 63 (25% from 255) = 19.09%
R=51.82%
G=29.09%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171966300.440.630.3318.3346.1545.88
HexAB603F02C3F21122e2e
Octal253140770547741225656
Binary101010111100000111111010110011111110000110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB603F; }

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

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

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

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

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

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

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

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