#AC714F

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

Shades of Sante Fe #AC714F

Tints of Sante Fe #AC714F

Color information

#AC714F (or 0xAC714F) is unknown color: approx Sante Fe. HEX triplet: AC, 71 and 4F. RGB value is (172,113,79). Sum of RGB (Red+Green+Blue) = 172+113+79=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC714F is #538EB0. Grayscale: #7E7E7E. Windows color (decimal): -5476017 or 5206444. OLE color: 5206444.

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

Color convert

RGB17211379-
CMYK00.340.540.33
HSL21.94º37.05%49.22%-
HSV(B)21.94º54.07%67.45%-
XYZ24.3321.1510.2-
YUV126.76101.05160.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=47.25%
G=31.04%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721137900.340.540.3321.9437.0549.22
HexAC714F0223621162531
Octal2541611170426641264561
Binary1010110011100011001111010001011011010000110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC714F; }

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

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

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

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

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

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

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

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