#AC674D

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

Shades of Sante Fe #AC674D

Tints of Sante Fe #AC674D

Color information

#AC674D (or 0xAC674D) is unknown color: approx Sante Fe. HEX triplet: AC, 67 and 4D. RGB value is (172,103,77). Sum of RGB (Red+Green+Blue) = 172+103+77=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC674D is #5398B2. Grayscale: #787878. Windows color (decimal): -5478579 or 5072812. OLE color: 5072812.

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

Color convert

RGB17210377-
CMYK00.400.550.33
HSL16.42º38.15%48.82%-
HSV(B)16.42º55.23%67.45%-
XYZ23.219.019.47-
YUV120.67103.36164.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=48.86%
G=29.26%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721037700.400.550.3316.4238.1548.82
HexAC674D0283721102631
Octal2541471150506741204661
Binary1010110011001111001101010100011011110000110000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC674D; }

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

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

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

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

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

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

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

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