#AC7457

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

Shades of Sante Fe #AC7457

Tints of Sante Fe #AC7457

Color information

#AC7457 (or 0xAC7457) is unknown color: approx Sante Fe. HEX triplet: AC, 74 and 57. RGB value is (172,116,87). Sum of RGB (Red+Green+Blue) = 172+116+87=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7457 is #538BA8. Grayscale: #818181. Windows color (decimal): -5475241 or 5731500. OLE color: 5731500.

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

Color convert

RGB17211687-
CMYK00.330.490.33
HSL20.47º33.86%50.78%-
HSV(B)20.47º49.42%67.45%-
XYZ24.9821.9511.94-
YUV129.44104.05158.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 87 (34.38% from 255) = 23.2%
R=45.87%
G=30.93%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721168700.330.490.3320.4733.8650.78
HexAC74570213121142233
Octal2541641270416141244263
Binary1010110011101001010111010000111000110000110100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7457; }

 p { color: rgb(172,116,87); }

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

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

 a { background-color: rgb(172,116,87); }

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

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

 span { border-color: rgb(172,116,87); }

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