#AC664E

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

Shades of Sante Fe #AC664E

Tints of Sante Fe #AC664E

Color information

#AC664E (or 0xAC664E) is unknown color: approx Sante Fe. HEX triplet: AC, 66 and 4E. RGB value is (172,102,78). Sum of RGB (Red+Green+Blue) = 172+102+78=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC664E is #5399B1. Grayscale: #787878. Windows color (decimal): -5478834 or 5138092. OLE color: 5138092.

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

Color convert

RGB17210278-
CMYK00.410.550.33
HSL15.32º37.6%49.02%-
HSV(B)15.32º54.65%67.45%-
XYZ23.1418.829.62-
YUV120.19104.19164.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=48.86%
G=28.98%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721027800.410.550.3315.3237.649.02
HexAC664E0293721f2631
Octal2541461160516741174661
Binary101011001100110100111001010011101111000011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC664E; }

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

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

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

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

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

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

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

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