#A56A4E

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

Shades of Sante Fe #A56A4E

Tints of Sante Fe #A56A4E

Color information

#A56A4E (or 0xA56A4E) is unknown color: approx Sante Fe. HEX triplet: A5, 6A and 4E. RGB value is (165,106,78). Sum of RGB (Red+Green+Blue) = 165+106+78=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56A4E is #5A95B1. Grayscale: #787878. Windows color (decimal): -5936562 or 5139109. OLE color: 5139109.

HSL color Cylindrical-coordinate representation of color #A56A4E: hue angle of 19.31º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A56A4E is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16510678-
CMYK00.360.530.35
HSL19.31º35.8%47.65%-
HSV(B)19.31º52.73%64.71%-
XYZ22.0518.869.69-
YUV120.45104.05159.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.28%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=47.28%
G=30.37%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651067800.360.530.3519.3135.847.65
HexA56A4E0243523132430
Octal2451521160446543234460
Binary1010010111010101001110010010011010110001110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A4E; }

 p { color: rgb(165,106,78); }

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

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

 a { background-color: rgb(165,106,78); }

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

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

 span { border-color: rgb(165,106,78); }

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