#AC654D

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

Shades of Sante Fe #AC654D

Tints of Sante Fe #AC654D

Color information

#AC654D (or 0xAC654D) is unknown color: approx Sante Fe. HEX triplet: AC, 65 and 4D. RGB value is (172,101,77). Sum of RGB (Red+Green+Blue) = 172+101+77=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC654D is #539AB2. Grayscale: #777777. Windows color (decimal): -5479091 or 5072300. OLE color: 5072300.

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

Color convert

RGB17210177-
CMYK00.410.550.33
HSL15.16º38.15%48.82%-
HSV(B)15.16º55.23%67.45%-
XYZ23.0118.619.4-
YUV119.49104.02165.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 77 (30.47% from 255) = 22%
R=49.14%
G=28.86%
B=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
Decimal1721017700.410.550.3315.1638.1548.82
HexAC654D0293721f2631
Octal2541451150516741174661
Binary101011001100101100110101010011101111000011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC654D; }

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

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

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

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

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

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

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

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