#AC6C48

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

Shades of Sante Fe #AC6C48

Tints of Sante Fe #AC6C48

Color information

#AC6C48 (or 0xAC6C48) is unknown color: approx Sante Fe. HEX triplet: AC, 6C and 48. RGB value is (172,108,72). Sum of RGB (Red+Green+Blue) = 172+108+72=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C48 is #5393B7. Grayscale: #7B7B7B. Windows color (decimal): -5477304 or 4746412. OLE color: 4746412.

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

Color convert

RGB17210872-
CMYK00.370.580.33
HSL21.6º40.98%47.84%-
HSV(B)21.6º58.14%67.45%-
XYZ23.5519.968.74-
YUV123.0399.2162.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=48.86%
G=30.68%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721087200.370.580.3321.640.9847.84
HexAC6C480253A21162930
Octal2541541100457241265160
Binary1010110011011001001000010010111101010000110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C48; }

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

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

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

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

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

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

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

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