#AC6451

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

Shades of Sante Fe #AC6451

Tints of Sante Fe #AC6451

Color information

#AC6451 (or 0xAC6451) is unknown color: approx Sante Fe. HEX triplet: AC, 64 and 51. RGB value is (172,100,81). Sum of RGB (Red+Green+Blue) = 172+100+81=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6451 is #539BAE. Grayscale: #777777. Windows color (decimal): -5479343 or 5334188. OLE color: 5334188.

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

Color convert

RGB17210081-
CMYK00.420.530.33
HSL12.53º35.97%49.61%-
HSV(B)12.53º52.91%67.45%-
XYZ23.0618.4810.14-
YUV119.36106.35165.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=48.73%
G=28.33%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721008100.420.530.3312.5335.9749.61
HexAC645102A3521d2432
Octal2541441210526541154462
Binary101011001100100101000101010101101011000011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6451; }

 p { color: rgb(172,100,81); }

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

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

 a { background-color: rgb(172,100,81); }

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

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

 span { border-color: rgb(172,100,81); }

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