#AB644D

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

Shades of Sante Fe #AB644D

Tints of Sante Fe #AB644D

Color information

#AB644D (or 0xAB644D) is unknown color: approx Sante Fe. HEX triplet: AB, 64 and 4D. RGB value is (171,100,77). Sum of RGB (Red+Green+Blue) = 171+100+77=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB644D is #549BB2. Grayscale: #767676. Windows color (decimal): -5544883 or 5072043. OLE color: 5072043.

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

Color convert

RGB17110077-
CMYK00.420.550.33
HSL14.68º37.9%48.63%-
HSV(B)14.68º54.97%67.06%-
XYZ22.6918.319.36-
YUV118.61104.52165.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=49.14%
G=28.74%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711007700.420.550.3314.6837.948.63
HexAB644D02A3721f2631
Octal2531441150526741174661
Binary101010111100100100110101010101101111000011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB644D; }

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

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

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

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

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

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

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

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