#A56F4E

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

Shades of Sante Fe #A56F4E

Tints of Sante Fe #A56F4E

Color information

#A56F4E (or 0xA56F4E) is unknown color: approx Sante Fe. HEX triplet: A5, 6F and 4E. RGB value is (165,111,78). Sum of RGB (Red+Green+Blue) = 165+111+78=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F4E is #5A90B1. Grayscale: #7B7B7B. Windows color (decimal): -5935282 or 5140389. OLE color: 5140389.

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

Color convert

RGB16511178-
CMYK00.330.530.35
HSL22.76º35.8%47.65%-
HSV(B)22.76º52.73%64.71%-
XYZ22.5819.929.86-
YUV123.38102.39157.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=46.61%
G=31.36%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651117800.330.530.3522.7635.847.65
HexA56F4E0213523172430
Octal2451571160416543274460
Binary1010010111011111001110010000111010110001110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F4E; }

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

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

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

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

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

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

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

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