#AB664D

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

Shades of Sante Fe #AB664D

Tints of Sante Fe #AB664D

Color information

#AB664D (or 0xAB664D) is unknown color: approx Sante Fe. HEX triplet: AB, 66 and 4D. RGB value is (171,102,77). Sum of RGB (Red+Green+Blue) = 171+102+77=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB664D is #5499B2. Grayscale: #777777. Windows color (decimal): -5544371 or 5072555. OLE color: 5072555.

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

Color convert

RGB17110277-
CMYK00.400.550.33
HSL15.96º37.9%48.63%-
HSV(B)15.96º54.97%67.06%-
XYZ22.8918.79.42-
YUV119.78103.86164.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 77 (30.47% from 255) = 22%
R=48.86%
G=29.14%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711027700.400.550.3315.9637.948.63
HexAB664D0283721102631
Octal2531461150506741204661
Binary1010101111001101001101010100011011110000110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB664D; }

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

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

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

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

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

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

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

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