#AC7552

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

Shades of Sante Fe #AC7552

Tints of Sante Fe #AC7552

Color information

#AC7552 (or 0xAC7552) is unknown color: approx Sante Fe. HEX triplet: AC, 75 and 52. RGB value is (172,117,82). Sum of RGB (Red+Green+Blue) = 172+117+82=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7552 is #538AAD. Grayscale: #818181. Windows color (decimal): -5474990 or 5404076. OLE color: 5404076.

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

Color convert

RGB17211782-
CMYK00.320.520.33
HSL23.33º35.43%49.8%-
HSV(B)23.33º52.33%67.45%-
XYZ24.922.110.94-
YUV129.46101.22158.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 82 (32.42% from 255) = 22.10%
R=46.36%
G=31.54%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721178200.320.520.3323.3335.4349.8
HexAC75520203421172332
Octal2541651220406441274362
Binary1010110011101011010010010000011010010000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7552; }

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

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

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

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

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

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

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

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