#AC684A

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

Shades of Sante Fe #AC684A

Tints of Sante Fe #AC684A

Color information

#AC684A (or 0xAC684A) is unknown color: approx Sante Fe. HEX triplet: AC, 68 and 4A. RGB value is (172,104,74). Sum of RGB (Red+Green+Blue) = 172+104+74=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC684A is #5397B5. Grayscale: #797979. Windows color (decimal): -5478326 or 4876460. OLE color: 4876460.

HSL color Cylindrical-coordinate representation of color #AC684A: hue angle of 18.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC684A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17210474-
CMYK00.400.570.33
HSL18.37º39.84%48.24%-
HSV(B)18.37º56.98%67.45%-
XYZ23.219.178.96-
YUV120.91101.53164.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 74 (29.30% from 255) = 21.14%
R=49.14%
G=29.71%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721047400.400.570.3318.3739.8448.24
HexAC684A0283921122830
Octal2541501120507141225060
Binary1010110011010001001010010100011100110000110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC684A; }

 p { color: rgb(172,104,74); }

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

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

 a { background-color: rgb(172,104,74); }

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

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

 span { border-color: rgb(172,104,74); }

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