#AB664F

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

Shades of Sante Fe #AB664F

Tints of Sante Fe #AB664F

Color information

#AB664F (or 0xAB664F) is unknown color: approx Sante Fe. HEX triplet: AB, 66 and 4F. RGB value is (171,102,79). Sum of RGB (Red+Green+Blue) = 171+102+79=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB664F is #5499B0. Grayscale: #787878. Windows color (decimal): -5544369 or 5203627. OLE color: 5203627.

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

Color convert

RGB17110279-
CMYK00.400.540.33
HSL15º36.8%49.02%-
HSV(B)15º53.8%67.06%-
XYZ22.9618.739.8-
YUV120.01104.86164.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=48.58%
G=28.98%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711027900.400.540.331536.849.02
HexAB664F0283621f2531
Octal2531461170506641174561
Binary101010111100110100111101010001101101000011111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB664F; }

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

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

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

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

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

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

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

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