#AC714E

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

Shades of Sante Fe #AC714E

Tints of Sante Fe #AC714E

Color information

#AC714E (or 0xAC714E) is unknown color: approx Sante Fe. HEX triplet: AC, 71 and 4E. RGB value is (172,113,78). Sum of RGB (Red+Green+Blue) = 172+113+78=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC714E is #538EB1. Grayscale: #7E7E7E. Windows color (decimal): -5476018 or 5140908. OLE color: 5140908.

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

Color convert

RGB17211378-
CMYK00.340.550.33
HSL22.34º37.6%49.02%-
HSV(B)22.34º54.65%67.45%-
XYZ24.2921.1310.01-
YUV126.65100.55160.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=47.38%
G=31.13%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721137800.340.550.3322.3437.649.02
HexAC714E0223721162631
Octal2541611160426741264661
Binary1010110011100011001110010001011011110000110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC714E; }

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

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

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

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

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

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

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

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