#AC674A

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

Shades of Sante Fe #AC674A

Tints of Sante Fe #AC674A

Color information

#AC674A (or 0xAC674A) is unknown color: approx Sante Fe. HEX triplet: AC, 67 and 4A. RGB value is (172,103,74). Sum of RGB (Red+Green+Blue) = 172+103+74=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC674A is #5398B5. Grayscale: #787878. Windows color (decimal): -5478582 or 4876204. OLE color: 4876204.

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

Color convert

RGB17210374-
CMYK00.400.570.33
HSL17.76º39.84%48.24%-
HSV(B)17.76º56.98%67.45%-
XYZ23.118.978.92-
YUV120.32101.86164.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=49.28%
G=29.51%
B=21.20%

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
Decimal1721037400.400.570.3317.7639.8448.24
HexAC674A0283921122830
Octal2541471120507141225060
Binary1010110011001111001010010100011100110000110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC674A; }

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

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

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

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

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

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

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

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