#AC6949

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

Shades of Sante Fe #AC6949

Tints of Sante Fe #AC6949

Color information

#AC6949 (or 0xAC6949) is unknown color: approx Sante Fe. HEX triplet: AC, 69 and 49. RGB value is (172,105,73). Sum of RGB (Red+Green+Blue) = 172+105+73=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6949 is #5396B6. Grayscale: #797979. Windows color (decimal): -5478071 or 4811180. OLE color: 4811180.

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

Color convert

RGB17210573-
CMYK00.390.580.33
HSL19.39º40.41%48.04%-
HSV(B)19.39º57.56%67.45%-
XYZ23.2719.358.81-
YUV121.38100.7164.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=49.14%
G=30%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721057300.390.580.3319.3940.4148.04
HexAC69490273A21132830
Octal2541511110477241235060
Binary1010110011010011001001010011111101010000110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6949; }

 p { color: rgb(172,105,73); }

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

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

 a { background-color: rgb(172,105,73); }

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

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

 span { border-color: rgb(172,105,73); }

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