#AC7050

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

Shades of Sante Fe #AC7050

Tints of Sante Fe #AC7050

Color information

#AC7050 (or 0xAC7050) is unknown color: approx Sante Fe. HEX triplet: AC, 70 and 50. RGB value is (172,112,80). Sum of RGB (Red+Green+Blue) = 172+112+80=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7050 is #538FAF. Grayscale: #7E7E7E. Windows color (decimal): -5476272 or 5271724. OLE color: 5271724.

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

Color convert

RGB17211280-
CMYK00.350.530.33
HSL20.87º36.51%49.41%-
HSV(B)20.87º53.49%67.45%-
XYZ24.2620.9410.35-
YUV126.29101.88160.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=47.25%
G=30.77%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721128000.350.530.3320.8736.5149.41
HexAC70500233521152531
Octal2541601200436541254561
Binary1010110011100001010000010001111010110000110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7050; }

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

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

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

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

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

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

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

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