#AC6753

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

Shades of Sante Fe #AC6753

Tints of Sante Fe #AC6753

Color information

#AC6753 (or 0xAC6753) is unknown color: approx Sante Fe. HEX triplet: AC, 67 and 53. RGB value is (172,103,83). Sum of RGB (Red+Green+Blue) = 172+103+83=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6753 is #5398AC. Grayscale: #797979. Windows color (decimal): -5478573 or 5466028. OLE color: 5466028.

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

Color convert

RGB17210383-
CMYK00.400.520.33
HSL13.48º34.9%50%-
HSV(B)13.48º51.74%67.45%-
XYZ23.4219.110.63-
YUV121.35106.36164.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 83 (32.81% from 255) = 23.18%
R=48.04%
G=28.77%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721038300.400.520.3313.4834.950
HexAC67530283421d2332
Octal2541471230506441154362
Binary101011001100111101001101010001101001000011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6753; }

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

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

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

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

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

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

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

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