#AC654B

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

Shades of Sante Fe #AC654B

Tints of Sante Fe #AC654B

Color information

#AC654B (or 0xAC654B) is unknown color: approx Sante Fe. HEX triplet: AC, 65 and 4B. RGB value is (172,101,75). Sum of RGB (Red+Green+Blue) = 172+101+75=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC654B is #539AB4. Grayscale: #777777. Windows color (decimal): -5479093 or 4941228. OLE color: 4941228.

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

Color convert

RGB17210175-
CMYK00.410.560.33
HSL16.08º39.27%48.43%-
HSV(B)16.08º56.4%67.45%-
XYZ22.9418.599.04-
YUV119.26103.02165.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=49.43%
G=29.02%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721017500.410.560.3316.0839.2748.43
HexAC654B0293821102730
Octal2541451130517041204760
Binary1010110011001011001011010100111100010000110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC654B; }

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

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

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

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

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

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

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

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