#AC6455

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

Shades of Sante Fe #AC6455

Tints of Sante Fe #AC6455

Color information

#AC6455 (or 0xAC6455) is unknown color: approx Sante Fe. HEX triplet: AC, 64 and 55. RGB value is (172,100,85). Sum of RGB (Red+Green+Blue) = 172+100+85=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6455 is #539BAA. Grayscale: #777777. Windows color (decimal): -5479339 or 5596332. OLE color: 5596332.

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

Color convert

RGB17210085-
CMYK00.420.510.33
HSL10.34º34.39%50.39%-
HSV(B)10.34º50.58%67.45%-
XYZ23.2118.5410.95-
YUV119.82108.35165.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=48.18%
G=28.01%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721008500.420.510.3310.3434.3950.39
HexAC645502A3321a2232
Octal2541441250526341124262
Binary101011001100100101010101010101100111000011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6455; }

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

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

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

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

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

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

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

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