#AC6D53

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

Shades of Sante Fe #AC6D53

Tints of Sante Fe #AC6D53

Color information

#AC6D53 (or 0xAC6D53) is unknown color: approx Sante Fe. HEX triplet: AC, 6D and 53. RGB value is (172,109,83). Sum of RGB (Red+Green+Blue) = 172+109+83=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D53 is #5392AC. Grayscale: #7D7D7D. Windows color (decimal): -5477037 or 5467564. OLE color: 5467564.

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

Color convert

RGB17210983-
CMYK00.370.520.33
HSL17.53º34.9%50%-
HSV(B)17.53º51.74%67.45%-
XYZ24.0420.3310.84-
YUV124.87104.37161.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=47.25%
G=29.95%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721098300.370.520.3317.5334.950
HexAC6D530253421122332
Octal2541551230456441224362
Binary1010110011011011010011010010111010010000110010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D53; }

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

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

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

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

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

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

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

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