#AB5C45

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

Shades of Tuscany #AB5C45

Tints of Tuscany #AB5C45

Color information

#AB5C45 (or 0xAB5C45) is unknown color: approx Tuscany. HEX triplet: AB, 5C and 45. RGB value is (171,92,69). Sum of RGB (Red+Green+Blue) = 171+92+69=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C45 is #54A3BA. Grayscale: #717171. Windows color (decimal): -5546939 or 4545707. OLE color: 4545707.

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

Color convert

RGB1719269-
CMYK00.460.600.33
HSL13.53º42.5%47.06%-
HSV(B)13.53º59.65%67.06%-
XYZ21.716.747.72-
YUV113103.17169.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=51.51%
G=27.71%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171926900.460.600.3313.5342.547.06
HexAB5C4502E3C21e2a2f
Octal2531341050567441165257
Binary101010111011100100010101011101111001000011110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C45; }

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

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

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

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

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

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

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

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