#AC6C4E

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

Shades of Sante Fe #AC6C4E

Tints of Sante Fe #AC6C4E

Color information

#AC6C4E (or 0xAC6C4E) is unknown color: approx Sante Fe. HEX triplet: AC, 6C and 4E. RGB value is (172,108,78). Sum of RGB (Red+Green+Blue) = 172+108+78=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6C4E is #5393B1. Grayscale: #7B7B7B. Windows color (decimal): -5477298 or 5139628. OLE color: 5139628.

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

Color convert

RGB17210878-
CMYK00.370.550.33
HSL19.15º37.6%49.02%-
HSV(B)19.15º54.65%67.45%-
XYZ23.7520.059.83-
YUV123.72102.2162.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 108 (42.58% from 255) = 30.17%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=48.04%
G=30.17%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721087800.370.550.3319.1537.649.02
HexAC6C4E0253721132631
Octal2541541160456741234661
Binary1010110011011001001110010010111011110000110011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C4E; }

 p { color: rgb(172,108,78); }

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

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

 a { background-color: rgb(172,108,78); }

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

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

 span { border-color: rgb(172,108,78); }

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