#AB5C3C

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

Shades of Tuscany #AB5C3C

Tints of Tuscany #AB5C3C

Color information

#AB5C3C (or 0xAB5C3C) is unknown color: approx Tuscany. HEX triplet: AB, 5C and 3C. RGB value is (171,92,60). Sum of RGB (Red+Green+Blue) = 171+92+60=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C3C is #54A3C3. Grayscale: #707070. Windows color (decimal): -5546948 or 3955883. OLE color: 3955883.

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

Color convert

RGB1719260-
CMYK00.460.650.33
HSL17.3º48.05%45.29%-
HSV(B)17.3º64.91%67.06%-
XYZ21.4416.646.36-
YUV111.9798.67170.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=52.94%
G=28.48%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171926000.460.650.3317.348.0545.29
HexAB5C3C02E412111302d
Octal2531347405610141216055
Binary1010101110111001111000101110100000110000110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C3C; }

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

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

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

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

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

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

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

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