#A56C4F

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

Shades of Sante Fe #A56C4F

Tints of Sante Fe #A56C4F

Color information

#A56C4F (or 0xA56C4F) is unknown color: approx Sante Fe. HEX triplet: A5, 6C and 4F. RGB value is (165,108,79). Sum of RGB (Red+Green+Blue) = 165+108+79=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C4F is #5A93B0. Grayscale: #797979. Windows color (decimal): -5936049 or 5205157. OLE color: 5205157.

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

Color convert

RGB16510879-
CMYK00.350.520.35
HSL20.23º35.25%47.84%-
HSV(B)20.23º52.12%64.71%-
XYZ22.2919.299.95-
YUV121.74103.88158.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=46.88%
G=30.68%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651087900.350.520.3520.2335.2547.84
HexA56C4F0233423142330
Octal2451541170436443244360
Binary1010010111011001001111010001111010010001110100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56C4F; }

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

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

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

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

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

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

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

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