#AB684C

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

Shades of Sante Fe #AB684C

Tints of Sante Fe #AB684C

Color information

#AB684C (or 0xAB684C) is unknown color: approx Sante Fe. HEX triplet: AB, 68 and 4C. RGB value is (171,104,76). Sum of RGB (Red+Green+Blue) = 171+104+76=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB684C is #5497B3. Grayscale: #797979. Windows color (decimal): -5543860 or 5007531. OLE color: 5007531.

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

Color convert

RGB17110476-
CMYK00.390.560.33
HSL17.68º38.46%48.43%-
HSV(B)17.68º55.56%67.06%-
XYZ23.0519.089.31-
YUV120.84102.7163.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=48.72%
G=29.63%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711047600.390.560.3317.6838.4648.43
HexAB684C0273821122630
Octal2531501140477041224660
Binary1010101111010001001100010011111100010000110010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB684C; }

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

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

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

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

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

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

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

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