#AB744E

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

Shades of Sante Fe #AB744E

Tints of Sante Fe #AB744E

Color information

#AB744E (or 0xAB744E) is unknown color: approx Sante Fe. HEX triplet: AB, 74 and 4E. RGB value is (171,116,78). Sum of RGB (Red+Green+Blue) = 171+116+78=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB744E is #548BB1. Grayscale: #808080. Windows color (decimal): -5540786 or 5141675. OLE color: 5141675.

HSL color Cylindrical-coordinate representation of color #AB744E: hue angle of 24.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB744E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17111678-
CMYK00.320.540.33
HSL24.52º37.35%48.82%-
HSV(B)24.52º54.39%67.06%-
XYZ24.4221.710.11-
YUV128.1199.72158.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=46.85%
G=31.78%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711167800.320.540.3324.5237.3548.82
HexAB744E0203621192531
Octal2531641160406641314561
Binary1010101111101001001110010000011011010000111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB744E; }

 p { color: rgb(171,116,78); }

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

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

 a { background-color: rgb(171,116,78); }

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

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

 span { border-color: rgb(171,116,78); }

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