#AC6D51

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

Shades of Sante Fe #AC6D51

Tints of Sante Fe #AC6D51

Color information

#AC6D51 (or 0xAC6D51) is unknown color: approx Sante Fe. HEX triplet: AC, 6D and 51. RGB value is (172,109,81). Sum of RGB (Red+Green+Blue) = 172+109+81=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D51 is #5392AE. Grayscale: #7C7C7C. Windows color (decimal): -5477039 or 5336492. OLE color: 5336492.

HSL color Cylindrical-coordinate representation of color #AC6D51: hue angle of 18.46º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6D51 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17210981-
CMYK00.370.530.33
HSL18.46º35.97%49.61%-
HSV(B)18.46º52.91%67.45%-
XYZ23.9720.310.44-
YUV124.64103.37161.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=47.51%
G=30.11%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721098100.370.530.3318.4635.9749.61
HexAC6D510253521122432
Octal2541551210456541224462
Binary1010110011011011010001010010111010110000110010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D51; }

 p { color: rgb(172,109,81); }

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

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

 a { background-color: rgb(172,109,81); }

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

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

 span { border-color: rgb(172,109,81); }

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