#AC7550

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

Shades of Sante Fe #AC7550

Tints of Sante Fe #AC7550

Color information

#AC7550 (or 0xAC7550) is unknown color: approx Sante Fe. HEX triplet: AC, 75 and 50. RGB value is (172,117,80). Sum of RGB (Red+Green+Blue) = 172+117+80=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7550 is #538AAF. Grayscale: #818181. Windows color (decimal): -5474992 or 5273004. OLE color: 5273004.

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

Color convert

RGB17211780-
CMYK00.320.530.33
HSL24.13º36.51%49.41%-
HSV(B)24.13º53.49%67.45%-
XYZ24.8222.0710.54-
YUV129.23100.22158.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 80 (31.64% from 255) = 21.68%
R=46.61%
G=31.71%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721178000.320.530.3324.1336.5149.41
HexAC75500203521182531
Octal2541651200406541304561
Binary1010110011101011010000010000011010110000111000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7550; }

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

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

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

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

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

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

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

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