#A56A49

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

Shades of Sante Fe #A56A49

Tints of Sante Fe #A56A49

Color information

#A56A49 (or 0xA56A49) is unknown color: approx Sante Fe. HEX triplet: A5, 6A and 49. RGB value is (165,106,73). Sum of RGB (Red+Green+Blue) = 165+106+73=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A49 is #5A95B6. Grayscale: #787878. Windows color (decimal): -5936567 or 4811429. OLE color: 4811429.

HSL color Cylindrical-coordinate representation of color #A56A49: hue angle of 21.52º 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 #A56A49 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16510673-
CMYK00.360.560.35
HSL21.52º38.66%46.67%-
HSV(B)21.52º55.76%64.71%-
XYZ21.8718.798.78-
YUV119.88101.55160.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 73 (28.91% from 255) = 21.22%
R=47.97%
G=30.81%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651067300.360.560.3521.5238.6646.67
HexA56A49024382316272f
Octal2451521110447043264757
Binary1010010111010101001001010010011100010001110110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56A49; }

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

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

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

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

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

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

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

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