#AC7654

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

Shades of Sante Fe #AC7654

Tints of Sante Fe #AC7654

Color information

#AC7654 (or 0xAC7654) is unknown color: approx Sante Fe. HEX triplet: AC, 76 and 54. RGB value is (172,118,84). Sum of RGB (Red+Green+Blue) = 172+118+84=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7654 is #5389AB. Grayscale: #828282. Windows color (decimal): -5474732 or 5535404. OLE color: 5535404.

HSL color Cylindrical-coordinate representation of color #AC7654: hue angle of 23.18º degrees, saturation: 0.35, 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 #AC7654 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17211884-
CMYK00.310.510.33
HSL23.18º34.65%50.2%-
HSV(B)23.18º51.16%67.45%-
XYZ25.0922.3711.38-
YUV130.27101.89157.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=45.99%
G=31.55%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721188400.310.510.3323.1834.6550.2
HexAC765401F3321172332
Octal2541661240376341274362
Binary101011001110110101010001111111001110000110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7654; }

 p { color: rgb(172,118,84); }

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

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

 a { background-color: rgb(172,118,84); }

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

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

 span { border-color: rgb(172,118,84); }

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