#AC754D

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

Shades of Sante Fe #AC754D

Tints of Sante Fe #AC754D

Color information

#AC754D (or 0xAC754D) is unknown color: approx Sante Fe. HEX triplet: AC, 75 and 4D. RGB value is (172,117,77). Sum of RGB (Red+Green+Blue) = 172+117+77=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC754D is #538AB2. Grayscale: #818181. Windows color (decimal): -5474995 or 5076396. OLE color: 5076396.

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

Color convert

RGB17211777-
CMYK00.320.550.33
HSL25.26º38.15%48.82%-
HSV(B)25.26º55.23%67.45%-
XYZ24.7122.039.97-
YUV128.8898.72158.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=46.99%
G=31.97%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721177700.320.550.3325.2638.1548.82
HexAC754D0203721192631
Octal2541651150406741314661
Binary1010110011101011001101010000011011110000111001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC754D; }

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

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

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

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

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

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

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

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