#AB684B

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

Shades of Sante Fe #AB684B

Tints of Sante Fe #AB684B

Color information

#AB684B (or 0xAB684B) is unknown color: approx Sante Fe. HEX triplet: AB, 68 and 4B. RGB value is (171,104,75). Sum of RGB (Red+Green+Blue) = 171+104+75=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB684B is #5497B4. Grayscale: #787878. Windows color (decimal): -5543861 or 4941995. OLE color: 4941995.

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

Color convert

RGB17110475-
CMYK00.390.560.33
HSL18.12º39.02%48.24%-
HSV(B)18.12º56.14%67.06%-
XYZ23.0119.079.12-
YUV120.73102.2163.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.86%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=48.86%
G=29.71%
B=21.43%

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
Decimal1711047500.390.560.3318.1239.0248.24
HexAB684B0273821122730
Octal2531501130477041224760
Binary1010101111010001001011010011111100010000110010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB684B; }

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

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

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

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

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

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

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

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