#A56C48

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

Shades of Sante Fe #A56C48

Tints of Sante Fe #A56C48

Color information

#A56C48 (or 0xA56C48) is unknown color: approx Sante Fe. HEX triplet: A5, 6C and 48. RGB value is (165,108,72). Sum of RGB (Red+Green+Blue) = 165+108+72=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C48 is #5A93B7. Grayscale: #797979. Windows color (decimal): -5936056 or 4746405. OLE color: 4746405.

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

Color convert

RGB16510872-
CMYK00.350.560.35
HSL23.23º39.24%46.47%-
HSV(B)23.23º56.36%64.71%-
XYZ22.0519.198.67-
YUV120.94100.38159.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=47.83%
G=31.30%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651087200.350.560.3523.2339.2446.47
HexA56C48023382317272e
Octal2451541100437043274756
Binary1010010111011001001000010001111100010001110111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C48; }

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

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

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

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

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

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

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

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