#AC644B

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

Shades of Sante Fe #AC644B

Tints of Sante Fe #AC644B

Color information

#AC644B (or 0xAC644B) is unknown color: approx Sante Fe. HEX triplet: AC, 64 and 4B. RGB value is (172,100,75). Sum of RGB (Red+Green+Blue) = 172+100+75=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC644B is #539BB4. Grayscale: #767676. Windows color (decimal): -5479349 or 4940972. OLE color: 4940972.

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

Color convert

RGB17210075-
CMYK00.420.560.33
HSL15.46º39.27%48.43%-
HSV(B)15.46º56.4%67.45%-
XYZ22.8418.399-
YUV118.68103.35166.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=49.57%
G=28.82%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721007500.420.560.3315.4639.2748.43
HexAC644B02A3821f2730
Octal2541441130527041174760
Binary101011001100100100101101010101110001000011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC644B; }

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

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

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

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

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

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

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

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