#AB6749

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

Shades of Sante Fe #AB6749

Tints of Sante Fe #AB6749

Color information

#AB6749 (or 0xAB6749) is unknown color: approx Sante Fe. HEX triplet: AB, 67 and 49. RGB value is (171,103,73). Sum of RGB (Red+Green+Blue) = 171+103+73=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6749 is #5498B6. Grayscale: #787878. Windows color (decimal): -5544119 or 4810667. OLE color: 4810667.

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

Color convert

RGB17110373-
CMYK00.400.570.33
HSL18.37º40.16%47.84%-
HSV(B)18.37º57.31%67.06%-
XYZ22.8518.848.74-
YUV119.91101.53164.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=49.28%
G=29.68%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711037300.400.570.3318.3740.1647.84
HexAB67490283921122830
Octal2531471110507141225060
Binary1010101111001111001001010100011100110000110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6749; }

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

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

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

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

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

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

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

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