#AC6B49

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

Shades of Sante Fe #AC6B49

Tints of Sante Fe #AC6B49

Color information

#AC6B49 (or 0xAC6B49) is unknown color: approx Sante Fe. HEX triplet: AC, 6B and 49. RGB value is (172,107,73). Sum of RGB (Red+Green+Blue) = 172+107+73=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B49 is #5394B6. Grayscale: #7A7A7A. Windows color (decimal): -5477559 or 4811692. OLE color: 4811692.

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

Color convert

RGB17210773-
CMYK00.380.580.33
HSL20.61º40.41%48.04%-
HSV(B)20.61º57.56%67.45%-
XYZ23.4719.778.88-
YUV122.56100.03163.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=48.86%
G=30.40%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721077300.380.580.3320.6140.4148.04
HexAC6B490263A21152830
Octal2541531110467241255060
Binary1010110011010111001001010011011101010000110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B49; }

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

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

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

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

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

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

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

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