#AC764F

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

Shades of Sante Fe #AC764F

Tints of Sante Fe #AC764F

Color information

#AC764F (or 0xAC764F) is unknown color: approx Sante Fe. HEX triplet: AC, 76 and 4F. RGB value is (172,118,79). Sum of RGB (Red+Green+Blue) = 172+118+79=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC764F is #5389B0. Grayscale: #818181. Windows color (decimal): -5474737 or 5207724. OLE color: 5207724.

HSL color Cylindrical-coordinate representation of color #AC764F: hue angle of 25.16º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC764F is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17211879-
CMYK00.310.540.33
HSL25.16º37.05%49.22%-
HSV(B)25.16º54.07%67.45%-
XYZ24.922.2910.39-
YUV129.799.39158.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=46.61%
G=31.98%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721187900.310.540.3325.1637.0549.22
HexAC764F01F3621192531
Octal2541661170376641314561
Binary101011001110110100111101111111011010000111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC764F; }

 p { color: rgb(172,118,79); }

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

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

 a { background-color: rgb(172,118,79); }

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

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

 span { border-color: rgb(172,118,79); }

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