#AB644E

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

Shades of Sante Fe #AB644E

Tints of Sante Fe #AB644E

Color information

#AB644E (or 0xAB644E) is unknown color: approx Sante Fe. HEX triplet: AB, 64 and 4E. RGB value is (171,100,78). Sum of RGB (Red+Green+Blue) = 171+100+78=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB644E is #549BB1. Grayscale: #767676. Windows color (decimal): -5544882 or 5137579. OLE color: 5137579.

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

Color convert

RGB17110078-
CMYK00.420.540.33
HSL14.19º37.35%48.82%-
HSV(B)14.19º54.39%67.06%-
XYZ22.7318.329.55-
YUV118.72105.02165.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=49.00%
G=28.65%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711007800.420.540.3314.1937.3548.82
HexAB644E02A3621e2531
Octal2531441160526641164561
Binary101010111100100100111001010101101101000011110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB644E; }

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

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

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

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

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

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

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

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