#ab674c

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

Shades of Sante Fe #AB674C

Tints of Sante Fe #AB674C

Color information

#AB674C (or 0xAB674C) is unknown color: approx Sante Fe. HEX triplet: AB, 67 and 4C. RGB value is (171,103,76). Sum of RGB (Red+Green+Blue) = 171+103+76=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB674C is #5498B3. Grayscale: #787878. Windows color (decimal): -5544116 or 5007275. OLE color: 5007275.

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

Color convert

RGB17110376-
CMYK00.400.560.33
HSL17.05º38.46%48.43%-
HSV(B)17.05º55.56%67.06%-
XYZ22.9518.889.27-
YUV120.25103.03164.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=48.86%
G=29.43%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711037600.400.560.3317.0538.4648.43
HexAB674C0283821112630
Octal2531471140507041214660
Binary1010101111001111001100010100011100010000110001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab674c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab674c; }

 p { color: rgb(171,103,76); }

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

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

 a { background-color: rgb(171,103,76); }

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

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

 span { border-color: rgb(171,103,76); }

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