#AC7553

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

Shades of Sante Fe #AC7553

Tints of Sante Fe #AC7553

Color information

#AC7553 (or 0xAC7553) is unknown color: approx Sante Fe. HEX triplet: AC, 75 and 53. RGB value is (172,117,83). Sum of RGB (Red+Green+Blue) = 172+117+83=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7553 is #538AAC. Grayscale: #818181. Windows color (decimal): -5474989 or 5469612. OLE color: 5469612.

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

Color convert

RGB17211783-
CMYK00.320.520.33
HSL22.92º34.9%50%-
HSV(B)22.92º51.74%67.45%-
XYZ24.9422.1211.14-
YUV129.57101.72158.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=46.24%
G=31.45%
B=22.31%

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
Decimal1721178300.320.520.3322.9234.950
HexAC75530203421172332
Octal2541651230406441274362
Binary1010110011101011010011010000011010010000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7553; }

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

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

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

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

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

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

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

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