#AC654E

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

Shades of Sante Fe #AC654E

Tints of Sante Fe #AC654E

Color information

#AC654E (or 0xAC654E) is unknown color: approx Sante Fe. HEX triplet: AC, 65 and 4E. RGB value is (172,101,78). Sum of RGB (Red+Green+Blue) = 172+101+78=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC654E is #539AB1. Grayscale: #777777. Windows color (decimal): -5479090 or 5137836. OLE color: 5137836.

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

Color convert

RGB17210178-
CMYK00.410.550.33
HSL14.68º37.6%49.02%-
HSV(B)14.68º54.65%67.45%-
XYZ23.0418.639.59-
YUV119.61104.52165.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=49.00%
G=28.77%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721017800.410.550.3314.6837.649.02
HexAC654E0293721f2631
Octal2541451160516741174661
Binary101011001100101100111001010011101111000011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC654E; }

 p { color: rgb(172,101,78); }

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

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

 a { background-color: rgb(172,101,78); }

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

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

 span { border-color: rgb(172,101,78); }

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