#AC754F

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

Shades of Sante Fe #AC754F

Tints of Sante Fe #AC754F

Color information

#AC754F (or 0xAC754F) is unknown color: approx Sante Fe. HEX triplet: AC, 75 and 4F. RGB value is (172,117,79). Sum of RGB (Red+Green+Blue) = 172+117+79=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC754F is #538AB0. Grayscale: #818181. Windows color (decimal): -5474993 or 5207468. OLE color: 5207468.

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

Color convert

RGB17211779-
CMYK00.320.540.33
HSL24.52º37.05%49.22%-
HSV(B)24.52º54.07%67.45%-
XYZ24.7922.0610.35-
YUV129.1199.72158.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=46.74%
G=31.79%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721177900.320.540.3324.5237.0549.22
HexAC754F0203621192531
Octal2541651170406641314561
Binary1010110011101011001111010000011011010000111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC754F; }

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

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

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

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

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

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

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

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