#AC614E

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

Shades of Sante Fe #AC614E

Tints of Sante Fe #AC614E

Color information

#AC614E (or 0xAC614E) is unknown color: approx Sante Fe. HEX triplet: AC, 61 and 4E. RGB value is (172,97,78). Sum of RGB (Red+Green+Blue) = 172+97+78=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC614E is #539EB1. Grayscale: #757575. Windows color (decimal): -5480114 or 5136812. OLE color: 5136812.

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

Color convert

RGB1729778-
CMYK00.440.550.33
HSL12.13º37.6%49.02%-
HSV(B)12.13º54.65%67.45%-
XYZ22.6617.879.46-
YUV117.26105.85167.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=49.57%
G=27.95%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172977800.440.550.3312.1337.649.02
HexAC614E02C3721c2631
Octal2541411160546741144661
Binary101011001100001100111001011001101111000011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC614E; }

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

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

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

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

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

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

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

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