#A56E49

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

Shades of Sante Fe #A56E49

Tints of Sante Fe #A56E49

Color information

#A56E49 (or 0xA56E49) is unknown color: approx Sante Fe. HEX triplet: A5, 6E and 49. RGB value is (165,110,73). Sum of RGB (Red+Green+Blue) = 165+110+73=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E49 is #5A91B6. Grayscale: #7A7A7A. Windows color (decimal): -5935543 or 4812453. OLE color: 4812453.

HSL color Cylindrical-coordinate representation of color #A56E49: hue angle of 24.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56E49 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16511073-
CMYK00.330.560.35
HSL24.13º38.66%46.67%-
HSV(B)24.13º55.76%64.71%-
XYZ22.319.638.92-
YUV122.23100.22158.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=47.41%
G=31.61%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651107300.330.560.3524.1338.6646.67
HexA56E49021382318272f
Octal2451561110417043304757
Binary1010010111011101001001010000111100010001111000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E49; }

 p { color: rgb(165,110,73); }

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

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

 a { background-color: rgb(165,110,73); }

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

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

 span { border-color: rgb(165,110,73); }

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