#AC704F

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

Shades of Sante Fe #AC704F

Tints of Sante Fe #AC704F

Color information

#AC704F (or 0xAC704F) is unknown color: approx Sante Fe. HEX triplet: AC, 70 and 4F. RGB value is (172,112,79). Sum of RGB (Red+Green+Blue) = 172+112+79=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC704F is #538FB0. Grayscale: #7E7E7E. Windows color (decimal): -5476273 or 5206188. OLE color: 5206188.

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

Color convert

RGB17211279-
CMYK00.350.540.33
HSL21.29º37.05%49.22%-
HSV(B)21.29º54.07%67.45%-
XYZ24.2220.9210.16-
YUV126.18101.38160.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 112 (44.14% from 255) = 30.85%
BLUE value IS 79 (31.25% from 255) = 21.76%
R=47.38%
G=30.85%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721127900.350.540.3321.2937.0549.22
HexAC704F0233621152531
Octal2541601170436641254561
Binary1010110011100001001111010001111011010000110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC704F; }

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

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

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

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

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

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

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

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