#AC7350

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

Shades of Sante Fe #AC7350

Tints of Sante Fe #AC7350

Color information

#AC7350 (or 0xAC7350) is unknown color: approx Sante Fe. HEX triplet: AC, 73 and 50. RGB value is (172,115,80). Sum of RGB (Red+Green+Blue) = 172+115+80=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7350 is #538CAF. Grayscale: #808080. Windows color (decimal): -5475504 or 5272492. OLE color: 5272492.

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

Color convert

RGB17211580-
CMYK00.330.530.33
HSL22.83º36.51%49.41%-
HSV(B)22.83º53.49%67.45%-
XYZ24.5921.6110.46-
YUV128.05100.88159.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=46.87%
G=31.34%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721158000.330.530.3322.8336.5149.41
HexAC73500213521172531
Octal2541631200416541274561
Binary1010110011100111010000010000111010110000110111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7350; }

 p { color: rgb(172,115,80); }

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

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

 a { background-color: rgb(172,115,80); }

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

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

 span { border-color: rgb(172,115,80); }

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