#AB6743

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

Shades of Tuscany #AB6743

Tints of Tuscany #AB6743

Color information

#AB6743 (or 0xAB6743) is unknown color: approx Tuscany. HEX triplet: AB, 67 and 43. RGB value is (171,103,67). Sum of RGB (Red+Green+Blue) = 171+103+67=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6743 is #5498BC. Grayscale: #777777. Windows color (decimal): -5544125 or 4417451. OLE color: 4417451.

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

Color convert

RGB17110367-
CMYK00.400.610.33
HSL20.77º43.7%46.67%-
HSV(B)20.77º60.82%67.06%-
XYZ22.6618.767.74-
YUV119.2398.53164.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=50.15%
G=30.21%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711036700.400.610.3320.7743.746.67
HexAB67430283D21152c2f
Octal2531471030507541255457
Binary1010101111001111000011010100011110110000110101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6743; }

 p { color: rgb(171,103,67); }

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

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

 a { background-color: rgb(171,103,67); }

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

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

 span { border-color: rgb(171,103,67); }

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