#AC7555

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

Shades of Sante Fe #AC7555

Tints of Sante Fe #AC7555

Color information

#AC7555 (or 0xAC7555) is unknown color: approx Sante Fe. HEX triplet: AC, 75 and 55. RGB value is (172,117,85). Sum of RGB (Red+Green+Blue) = 172+117+85=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7555 is #538AAA. Grayscale: #818181. Windows color (decimal): -5474987 or 5600684. OLE color: 5600684.

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

Color convert

RGB17211785-
CMYK00.320.510.33
HSL22.07º34.39%50.39%-
HSV(B)22.07º50.58%67.45%-
XYZ25.0122.1511.55-
YUV129.8102.72158.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=45.99%
G=31.28%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721178500.320.510.3322.0734.3950.39
HexAC75550203321162232
Octal2541651250406341264262
Binary1010110011101011010101010000011001110000110110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7555; }

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

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

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

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

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

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

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

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